Nevron .NET Vision
Nevron.GraphicsCore.Shapes Namespace / NLinePathSegment Class / NLinePathSegment Constructor


In This Topic
    NLinePathSegment Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal startPoint As NPointL, _
       ByVal endPoint As NPointL _
    )
    'Usage
     
    
    Dim startPoint As NPointL
    Dim endPoint As NPointL
     
    Dim instance As New NLinePathSegment(startPoint, endPoint)
    public NLinePathSegment( 
       NPointL startPoint,
       NPointL endPoint
    )

    Parameters

    startPoint
    endPoint
    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