Nevron .NET Vision
Nevron.Diagram Namespace / INSegments Interface / ToLineSegments Method


In This Topic
    ToLineSegments Method (INSegments)
    In This Topic
    Get the line segments forming this node.
    Syntax
    'Declaration
     
    
    Function ToLineSegments() As NLineSegmentF()
    'Usage
     
    
    Dim instance As INSegments
    Dim value() As NLineSegmentF
     
    value = instance.ToLineSegments()
    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