Nevron .NET Vision
Nevron.Diagram Namespace / NTransformableElement Class / FastTranslate Method
x offset
y offset


In This Topic
    FastTranslate Method
    In This Topic
    Fastly translates the element
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Public Overridable Sub FastTranslate( _
       ByVal dx As System.Single, _
       ByVal dy As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NTransformableElement
    Dim dx As System.Single
    Dim dy As System.Single
     
    instance.FastTranslate(dx, dy)
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    public virtual void FastTranslate( 
       System.float dx,
       System.float dy
    )

    Parameters

    dx
    x offset
    dy
    y offset
    Remarks
    This method will not attempt to record history for the transform operation and will not call the OnTransformChanging method. The translation is performed in the scene coordinate system.
    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