|
Draws a sequence of connected lines
Syntax
Public Function DrawLinesI (ByRef oPn As clsGpPen, _ ByVal lpPointsL As Long, _ ByVal Count As Long) As GpStatus
Parameters
Parameter |
Description |
ByRef oPn As clsGpPen |
The Pen to use |
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 |
|