Nevron .NET Vision
Nevron.Diagram Namespace / NTransformableElement Class / FastTransform Method
new node transform


In This Topic
    FastTransform Method
    In This Topic
    Fastly transforms the element
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Public Overridable Sub FastTransform( _
       ByVal transform As NMatrix2DF _
    ) 
    'Usage
     
    
    Dim instance As NTransformableElement
    Dim transform As NMatrix2DF
     
    instance.FastTransform(transform)
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    public virtual void FastTransform( 
       NMatrix2DF transform
    )

    Parameters

    transform
    new node transform
    Remarks
    This method will not attempt to record history for the transform operation and will not call the OnTransformChanging method
    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