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


In This Topic
    Move Method (NMoveItemsImpl)
    In This Topic
    Performs a move of the selected items to the specified position (in drawing view coordinates)
    Syntax
    'Declaration
     
    
    Public Sub Move( _
       ByVal curPos As NPoint _
    ) 
    'Usage
     
    
    Dim instance As NMoveItemsImpl
    Dim curPos As NPoint
     
    instance.Move(curPos)
    public void Move( 
       NPoint curPos
    )

    Parameters

    curPos
    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