clsGpPath.AddBezier FunctionAdds a bezier spline to the path using 'Single' coordinatesSyntax
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
Remarks
|