|
Description
|
Draws an arc on the control.
|
|
Syntax
|
[form.]DXFReader.DrawArc (X1 As Single, Y1 As Single, Radius As Single, StartAngle As Single, EndAngle As Single, [Color As Long])
|
|
Remarks
|
This method adds an arc to the drawing without modifing the drawing database.
The parameters for the DrawArc method are described below:
| X1 | X coordinate, in drawing's units, of the center of the arc | | Y1 | Y coordinate, in drawing's units, of the center of the arc | | Radius | radius of the arc in drawing's units | | StartAngle | start angle, in degrees, of the arc | | EndAngle | end angle, in degrees, of the arc | | Color | (Optional) A long integer value indicating the RGB color used to draw the arc. If omitted, the ForeColor property setting is used (Default value = 0) |
|