Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NTranslateNodesMovePreview Class / StartMove Method
elements with which to initilize the preview


In This Topic
    StartMove Method (NTranslateNodesMovePreview)
    In This Topic
    Starts the move preview
    Syntax
    'Declaration
     
    
    Public Overrides Sub StartMove( _
       ByVal elements As NNodeList _
    ) 
    'Usage
     
    
    Dim instance As NTranslateNodesMovePreview
    Dim elements As NNodeList
     
    instance.StartMove(elements)
    public override void StartMove( 
       NNodeList elements
    )

    Parameters

    elements
    elements with which to initilize the preview
    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