Unicode Controls & Classes for VB6 - Version 4

clsGpPath.AddLineI Function

Adds a line to the path (coordinates are long)

Syntax
Public Function AddLineI (ByVal X1 As Long, _
ByVal y1 As Long, _
ByVal X2 As Long, _
ByVal y2 As Long) As GpStatus
Parameters
Parameter Description
ByVal X1 As Long Left coordinate
ByVal y1 As Long Top coordinate
ByVal X2 As Long Right coordinate
ByVal y2 As Long Bottom coordinate
Remarks