Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NWrapFlowPanelControl Class / TrySimpleTransformToAncestor Method / TrySimpleTransformToAncestor(Visual,Boolean,GeneralTransform,Matrix) Method


In This Topic
    TrySimpleTransformToAncestor(Visual,Boolean,GeneralTransform,Matrix) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overloads Function TrySimpleTransformToAncestor( _
       ByVal ancestor As System.Windows.Media.Visual, _
       ByVal inverse As System.Boolean, _
       ByRef generalTransform As System.Windows.Media.GeneralTransform, _
       ByRef simpleTransform As System.Windows.Media.Matrix _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NWrapFlowPanelControl
    Dim ancestor As System.Windows.Media.Visual
    Dim inverse As System.Boolean
    Dim generalTransform As System.Windows.Media.GeneralTransform
    Dim simpleTransform As System.Windows.Media.Matrix
    Dim value As System.Boolean
     
    value = instance.TrySimpleTransformToAncestor(ancestor, inverse, generalTransform, simpleTransform)
    internal System.bool TrySimpleTransformToAncestor( 
       System.Windows.Media.Visual ancestor,
       System.bool inverse,
       out System.Windows.Media.GeneralTransform generalTransform,
       out System.Windows.Media.Matrix simpleTransform
    )

    Parameters

    ancestor
    inverse
    generalTransform
    simpleTransform
    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