Unicode Controls & Classes for VB6 - Version 4

clsGpPath.AddBezierI Function

Adds a bezier spline to the path using 'Long' coordinates

Syntax
Public Function AddBezierI (ByVal X1 As Long, _
ByVal y1 As Long, _
ByVal X2 As Long, _
ByVal y2 As Long, _
ByVal X3 As Long, _
ByVal Y3 As Long, _
ByVal X4 As Long, _
ByVal Y4 As Long) As GpStatus
Parameters
Parameter Description
ByVal X1 As Long The X1 coordinate
ByVal y1 As Long The Y1 coordinate
ByVal X2 As Long The X2 coordinate
ByVal y2 As Long The Y2 coordinate
ByVal X3 As Long The X3 coordinate
ByVal Y3 As Long The Y3 coordinate
ByVal X4 As Long The X4 coordinate
ByVal Y4 As Long The Y4 coordinate
Remarks