Nevron.Diagram Namespace / NModel Class / Reposition Method


Reposition Method (NModel)
Syntax
'Declaration
 
Public Overridable Sub Reposition( _
   ByVal system As CoordinateSystem, _
   ByVal newPosition As NPointF _
) 
 
'Usage
 
Dim instance As NModel
Dim system As CoordinateSystem
Dim newPosition As NPointF
 
instance.Reposition(system, newPosition)

Parameters

system
newPosition
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