DisplayImageToClient Method

CVB.Net Documentation
Convert image coordinates to display client coordinates.

Namespace:  Stemmer.Cvb.Forms.Controls
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public Point ImageToClient(
	Point pt
)

Parameters

pt
Type: System.DrawingPoint
coordinate to be converted

Return Value

Type: Point
converted coordinate
See Also

Reference