Unicode Controls & Classes for VB6 - Version 4

clsGpPath.AddLine Function

Adds a line to the path (coordinates are single)

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