|
Draws a Bézier spline using single coordinates
Syntax
Public Function DrawBezier (ByRef oPn As clsGpPen, _ ByVal X1 As Single, _ ByVal y1 As Single, _ ByVal X2 As Single, _ ByVal y2 As Single, _ ByVal X3 As Single, _ ByVal Y3 As Single, _ ByVal X4 As Single, _ ByVal Y4 As Single) As GpStatus
Parameters
Parameter |
Description |
ByRef oPn As clsGpPen |
The pen to use |
ByVal X1 As Single |
The X1 coordinate |
ByVal y1 As Single |
The Y1 coordinate |
ByVal X2 As Single |
The X2 coordinate |
ByVal y2 As Single |
The Y2 coordinate |
ByVal X3 As Single |
The X3 coordinate |
ByVal Y3 As Single |
The Y3 coordinate |
ByVal X4 As Single |
The X4 coordinate |
ByVal Y4 As Single |
The Y4 coordinate |
|