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

In This Topic
    TranslatePoint Method (GridIncrementalLoadingCell)
    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