Unicode Controls & Classes for VB6 - Version 4

clsGpGraphics.DrawBezierI Function

Draws a Bézier spline using long coordinates

Syntax
Public Function DrawBezierI (ByRef oPn As clsGpPen, _
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
ByRef oPn As clsGpPen The pen to use
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