Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NPanAndZoomView Class / TryGetDrawingToLocalTransform Method


In This Topic
    TryGetDrawingToLocalTransform Method
    In This Topic
    Tries to gets a transformation, which transforms drawing coordinates to local ones.
    Syntax
    'Declaration
     
    
    Protected Overridable Function TryGetDrawingToLocalTransform( _
       ByRef matrix As NMatrix _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NPanAndZoomView
    Dim matrix As NMatrix
    Dim value As System.Boolean
     
    value = instance.TryGetDrawingToLocalTransform(matrix)
    protected virtual System.bool TryGetDrawingToLocalTransform( 
       out NMatrix matrix
    )

    Parameters

    matrix
    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