Computes the location of the specified grid point into client coordinates.
'Declaration
Public Function GridPointToClient( _
ByVal As Point _
) As Point
'Usage
Dim instance As VisualGridElement
Dim point As Point
Dim value As Point
value = instance.GridPointToClient(point)
public Point GridPointToClient(
Point
)
Parameters
- point
- The grid coordinate System.Drawing.Point to convert.
Return Value
A
System.Drawing.Point that represents the converted in client 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