Nevron .NET Vision
Nevron.Diagram Namespace / NModel Class / Reposition Method
coordinate system in which to reposition
new pin point position in the specified coordinate system


In This Topic
    Reposition Method (NModel)
    In This Topic
    Repositions (translates) the shape so that the pin point is moved to the specified position
    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)
    public virtual void Reposition( 
       CoordinateSystem system,
       NPointF newPosition
    )

    Parameters

    system
    coordinate system in which to reposition
    newPosition
    new pin point position in the specified 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