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


In This Topic
    NBezierPathSegment Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal pt1 As NPointL, _
       ByVal pt2 As NPointL, _
       ByVal pt3 As NPointL, _
       ByVal pt4 As NPointL _
    )
    'Usage
     
    
    Dim pt1 As NPointL
    Dim pt2 As NPointL
    Dim pt3 As NPointL
    Dim pt4 As NPointL
     
    Dim instance As New NBezierPathSegment(pt1, pt2, pt3, pt4)
    public NBezierPathSegment( 
       NPointL pt1,
       NPointL pt2,
       NPointL pt3,
       NPointL pt4
    )

    Parameters

    pt1
    pt2
    pt3
    pt4
    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