Nevron .NET Vision
Nevron.Diagram Namespace / NPolyPathShape Class / ToLineSegments Method


In This Topic
    ToLineSegments Method (NPolyPathShape)
    In This Topic
    Get the line segments forming this node.
    Syntax
    'Declaration
     
    
    Public Overridable Function ToLineSegments() As NLineSegmentF()
    'Usage
     
    
    Dim instance As NPolyPathShape
    Dim value() As NLineSegmentF
     
    value = instance.ToLineSegments()
    public virtual NLineSegmentF[] ToLineSegments()

    Return Value

    An array of line segments.
    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