Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / VisualGridElement Class / ClientPointToGrid Method
The client coordinate System.Drawing.Point to convert.


In This Topic
    ClientPointToGrid Method
    In This Topic
    Computes the location of the specified client point into grid coordinates.
    Syntax
    'Declaration
     
    Public Function ClientPointToGrid( _
       ByVal point 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 point
    )

    Parameters

    point
    The client coordinate System.Drawing.Point to convert.

    Return Value

    A System.Drawing.Point that represents the converted point in grid coordinates.
    Requirements

    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

    See Also