Unicode Controls & Classes for VB6 - Version 4

clsGpPath.AddBeziersI Function

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

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