|
Adds an arc to the path
Syntax
Public Function AddArc (ByVal x As Single, _ ByVal y As Single, _ ByVal Width As Single, _ ByVal Height As Single, _ ByVal StartAngle As Single, _ ByVal sweepAngle As Single) As GpStatus
Parameters
| Parameter |
Description |
| ByVal x As Single |
Start X coordinate |
| ByVal y As Single |
Start Y coordinate |
| ByVal Width As Single |
Width |
| ByVal Height As Single |
Height |
| ByVal StartAngle As Single |
Real number that specifies the clockwise angle, in degrees, between the horizontal axis of the ellipse and the starting point of the arc |
| ByVal sweepAngle As Single |
Real number that specifies the clockwise angle, in degrees, between the starting point (startAngle) and ending point of the arc |
|