|
Adds an arc to the path
Syntax
Public Function AddArcI (ByVal x As Long, _ ByVal y As Long, _ ByVal Width As Long, _ ByVal Height As Long, _ ByVal StartAngle As Single, _ ByVal sweepAngle As Single) As GpStatus
Parameters
| Parameter |
Description |
| ByVal x As Long |
Start X coordinate |
| ByVal y As Long |
Start Y coordinate |
| ByVal Width As Long |
Width |
| ByVal Height As Long |
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 |
|