Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NMoveItemsImpl Class / StartMove Method


In This Topic
    StartMove Method (NMoveItemsImpl)
    In This Topic
    Starts the moving operation
    Syntax
    'Declaration
     
    
    Public Sub StartMove( _
       ByVal drawingView As NDrawingView, _
       ByVal startMoveDistance As System.Double, _
       ByVal keep1DShapesConnected As System.Boolean, _
       ByVal startScreenPos As NPoint _
    ) 
    'Usage
     
    
    Dim instance As NMoveItemsImpl
    Dim drawingView As NDrawingView
    Dim startMoveDistance As System.Double
    Dim keep1DShapesConnected As System.Boolean
    Dim startScreenPos As NPoint
     
    instance.StartMove(drawingView, startMoveDistance, keep1DShapesConnected, startScreenPos)
    public void StartMove( 
       NDrawingView drawingView,
       System.double startMoveDistance,
       System.bool keep1DShapesConnected,
       NPoint startScreenPos
    )

    Parameters

    drawingView
    startMoveDistance
    keep1DShapesConnected
    startScreenPos
    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