Nevron .NET Vision
Nevron.Diagram Namespace / INSegments Interface / MoveSegment Method
segment index
location to move to


In This Topic
    MoveSegment Method (INSegments)
    In This Topic
    Moves the segment to the specified location
    Syntax
    'Declaration
     
    
    Sub MoveSegment( _
       ByVal segmentIndex As System.Integer, _
       ByVal location As NPointF _
    ) 
    'Usage
     
    
    Dim instance As INSegments
    Dim segmentIndex As System.Integer
    Dim location As NPointF
     
    instance.MoveSegment(segmentIndex, location)
    void MoveSegment( 
       System.int segmentIndex,
       NPointF location
    )

    Parameters

    segmentIndex
    segment index
    location
    location to move to
    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