Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NVisualTreeHelpers Class / GetInvertTransform Method


In This Topic
    GetInvertTransform Method (NVisualTreeHelpers)
    In This Topic
    Gets the inverted transformation of the visual.
    Syntax
    'Declaration
     
    
    Public Shared Function GetInvertTransform( _
       ByVal visual As NVisual _
    ) As NMatrix
    'Usage
     
    
    Dim visual As NVisual
    Dim value As NMatrix
     
    value = NVisualTreeHelpers.GetInvertTransform(visual)
    public static NMatrix GetInvertTransform( 
       NVisual visual
    )

    Parameters

    visual
    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