Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NChart Class / GetLocalTo3DSurfaceTransform Method


In This Topic
    GetLocalTo3DSurfaceTransform Method
    In This Topic
    Gets the local to surface transform
    Syntax
    'Declaration
     
    
    Protected Function GetLocalTo3DSurfaceTransform( _
       ByVal paintVisitor As NPaintVisitor _
    ) As NMatrix
    'Usage
     
    
    Dim instance As NChart
    Dim paintVisitor As NPaintVisitor
    Dim value As NMatrix
     
    value = instance.GetLocalTo3DSurfaceTransform(paintVisitor)
    protected NMatrix GetLocalTo3DSurfaceTransform( 
       NPaintVisitor paintVisitor
    )

    Parameters

    paintVisitor
    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