FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / PointFromScreen Method

In This Topic
    PointFromScreen Method (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Function PointFromScreen( _
       ByVal point As Point _
    ) As Point
    public Point PointFromScreen( 
       Point point
    )

    Parameters

    point
    See Also