Nevron .NET Vision
Nevron.Diagram Namespace / NPolyPathShape Class / SplitSegment Method
segment index


In This Topic
    SplitSegment Method (NPolyPathShape)
    In This Topic
    Splits the specified segment and returns information about the point, which can be subsequently translated
    Syntax
    'Declaration
     
    
    Public Overridable Function SplitSegment( _
       ByVal segmentIndex As System.Integer _
    ) As NPointInfo
    'Usage
     
    
    Dim instance As NPolyPathShape
    Dim segmentIndex As System.Integer
    Dim value As NPointInfo
     
    value = instance.SplitSegment(segmentIndex)
    public virtual NPointInfo SplitSegment( 
       System.int segmentIndex
    )

    Parameters

    segmentIndex
    segment index

    Return Value

    information about the point which can be translated
    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