|
Draws a sequence of connected Bézier splines
Syntax
Public Function DrawBeziers (ByRef oPn As clsGpPen, _ ByVal lpPointsF As Long, _ ByVal Count As Long) As GpStatus
Parameters
Parameter |
Description |
ByRef oPn As clsGpPen |
The Pen to use |
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 |
|