Unicode Controls & Classes for VB6 - Version 4

clsGpPath.AddLine2I Function

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

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