Unicode Controls & Classes for VB6 - Version 4

clsGpPath.AddLine2 Function

Adds an array of lines to the path (coordinates are single)

Syntax
Public Function AddLine2 (ByVal lpPointsF As Long, _
ByVal Count As Long) As GpStatus
Parameters
Parameter Description
ByVal lpPointsF As Long Pointer to an array of POINTF structs (pass 'ByVal VarPtr YourArray(0)') as parameter
ByVal Count As Long The number of items in the array
Remarks