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


In This Topic
    PointToScreen Method
    In This Topic
    Determines the location of the specified client point into screen coordinates.
    Syntax
    'Declaration
     
    Public Function PointToScreen( _
       ByVal point As Point _
    ) As Point
    'Usage
     
    Dim instance As VisualGridElement
    Dim point As Point
    Dim value As Point
     
    value = instance.PointToScreen(point)
    public Point PointToScreen( 
       Point point
    )

    Parameters

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

    Return Value

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