|
Draws a polygon
Syntax
Public Function DrawPolygonI (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 |
The pointer of the array of POINTL to use for drawing the polygon (use 'ByVal VarPtr YourArray(0)') as parameter |
ByVal Count As Long |
The number of points passed |
|