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


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

    Parameters

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

    Return Value

    A System.Drawing.Point that represents the converted point in client 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