Unicode Controls & Classes for VB6 - Version 4

clsGpPath.AddBeziers Function

Adds a Bézier spline to the current figure of this path

Syntax
Public Function AddBeziers (ByVal lpPointsF As Long, _
ByVal Count As Long) As GpStatus
Parameters
Parameter Description
ByVal lpPointsF As Long A pointer of an array of POINTF (use 'ByVal VarPtr(YourArray(0))')
ByVal Count As Long The number of items in the array
Remarks