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

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

    Parameters

    point
    See Also