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


    PointToClient Method
    Determines the location of the specified screen point into client coordinates. Should not be used when doing painting destined for printing.
    Syntax
    'Declaration
     
    Public Function PointToClient( _
       ByVal point As Point _
    ) As Point
     
    'Usage
     
    Dim instance As VisualGridElement
    Dim point As Point
    Dim value As Point
     
    value = instance.PointToClient(point)

    Parameters

    point
    The screen 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