FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / DraggableItem Class / PointToScreen Method

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

    Parameters

    point
    See Also