Nevron .NET Vision
Nevron.GraphicsCore.Shapes Namespace / NTransformCommandNode Class / NTransformCommandNode Constructor


In This Topic
    NTransformCommandNode Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal transform As System.Drawing.Drawing2D.Matrix _
    )
    'Usage
     
    
    Dim transform As System.Drawing.Drawing2D.Matrix
     
    Dim instance As New NTransformCommandNode(transform)
    public NTransformCommandNode( 
       System.Drawing.Drawing2D.Matrix transform
    )

    Parameters

    transform
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also