Nevron .NET Vision
Nevron.GraphicsCore Namespace / NLineSegmentF Structure / NLineSegmentF Constructor / NLineSegmentF Constructor(NLineSegmentF)


In This Topic
    NLineSegmentF Constructor(NLineSegmentF)
    In This Topic
    Copy constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal lineSegment As NLineSegmentF _
    )
    'Usage
     
    
    Dim lineSegment As NLineSegmentF
     
    Dim instance As New NLineSegmentF(lineSegment)
    public NLineSegmentF( 
       NLineSegmentF lineSegment
    )

    Parameters

    lineSegment
    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