Computes the location of the specified client point into grid coordinates.
'Declaration
Public Function ClientPointToGrid( _
ByVal As Point _
) As Point
'Usage
Dim instance As VisualGridElement
Dim point As Point
Dim value As Point
value = instance.ClientPointToGrid(point)
public Point ClientPointToGrid(
Point
)
Parameters
- point
- The client coordinate System.Drawing.Point to convert.
Return Value
A
System.Drawing.Point that represents the converted in grid coordinates.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2