FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.GroupPanel.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGridGroupPanel Class / PointFromScreen Method

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

    Parameters

    point
    See Also