public NBezierPathSegment( NPointL pt1, NPointL pt2, NPointL pt3, NPointL pt4 )
'Declaration Public Function New( _ ByVal pt1 As NPointL, _ ByVal pt2 As NPointL, _ ByVal pt3 As NPointL, _ ByVal pt4 As NPointL _ )
'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)
'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)
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
NBezierPathSegment Class NBezierPathSegment Members