FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / TranslatePoint Method

In This Topic
    TranslatePoint Method (C1FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Function TranslatePoint( _
       ByVal point As Point, _
       ByVal relativeTo As UIElement _
    ) As Point
    public Point TranslatePoint( 
       Point point,
       UIElement relativeTo
    )

    Parameters

    point
    relativeTo
    See Also