Unicode Controls & Classes for VB6 - Version 4

clsGpPath.AddBezier Function

Adds a bezier spline to the path using 'Single' coordinates

Syntax
Public Function AddBezier (ByVal X1 As Single, _
ByVal y1 As Single, _
ByVal X2 As Single, _
ByVal y2 As Single, _
ByVal X3 As Single, _
ByVal Y3 As Single, _
ByVal X4 As Single, _
ByVal Y4 As Single) As GpStatus
Parameters
Parameter Description
ByVal X1 As Single The X1 coordinate
ByVal y1 As Single The Y1 coordinate
ByVal X2 As Single The X2 coordinate
ByVal y2 As Single The Y2 coordinate
ByVal X3 As Single The X3 coordinate
ByVal Y3 As Single The Y3 coordinate
ByVal X4 As Single The X4 coordinate
ByVal Y4 As Single The Y4 coordinate
Remarks