Unicode Controls & Classes for VB6 - Version 4

clsGpPath.AddPolygon Function

Adds a polygon to the path

Syntax
Public Function AddPolygon (ByVal lpPointsF As Long, _
ByVal Count As Long) As GpStatus
Parameters
Parameter Description
ByVal lpPointsF As Long A pointer to an array of POINTF (where x and y are single), use 'Byval VarPtr(YourArray(0))'
ByVal Count As Long The number of items in the array
Remarks