Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NWrapFlowPanelControl Class / AncestorToLocal Method / AncestorToLocal(NRectangle,NVisual) Method


In This Topic
    AncestorToLocal(NRectangle,NVisual) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function AncestorToLocal( _
       ByVal rectangle As NRectangle, _
       ByVal ancestor As NVisual _
    ) As NRectangle
    'Usage
     
    
    Dim instance As NWrapFlowPanelControl
    Dim rectangle As NRectangle
    Dim ancestor As NVisual
    Dim value As NRectangle
     
    value = instance.AncestorToLocal(rectangle, ancestor)
    public NRectangle AncestorToLocal( 
       NRectangle rectangle,
       NVisual ancestor
    )

    Parameters

    rectangle
    ancestor
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also