Unicode Controls & Classes for VB6 - Version 4
clsGpPath
.AddPolygonI Function
Adds a polygon to the path
Syntax
Public Function AddPolygonI (ByVal
lpPointsL
As Long, _
ByVal
Count
As Long) As
GpStatus
Parameters
Parameter
Description
ByVal
lpPointsL
As Long
A pointer to an array of POINT (where x and y are long), use 'Byval VarPtr(YourArray(0))'
ByVal
Count
As Long
The number of items in the array
Remarks