The following tables list methods and properties of the Circle object with links to the respective reference pages:
Method or Property |
Description |
|---|---|
| GetCenter Method (Circle Object) | Returns the coordinates of the center of the circle. |
| GetObjectColor Method (Circle Object) | Gets the color in which the circle is drawn. |
| GetObjectFillColor Method (Circle Object) | Gets the fill color for the circle. |
| IsColorAutomatic Method (Circle Object) | Determines if the circle has been assigned an automatic color. |
| IsFillColorAutomatic Method (Circle Object) | Determines if the circle has been assigned an automatic fill color. |
| SetAutomaticColor Method (Circle Object) | Sets or unsets the color of a circle object as the automatic color for circles. |
| SetAutomaticFillColor Method (Circle Object) | Sets or unsets the fill color of a circle object as the automatic fill color for circles. |
| SetCenter Method (Circle Object) | Sets the coordinates of the center of a circle. |
| SetObjectColor Method (Circle Object) | Sets the color in which the circle is drawn. |
| SetObjectFillColor Method (Circle Object) | Sets the fill color for the circle. |
| Application Property (Circle Object) | Returns the Application Object of the circle. |
| FillStyle Property (Circle Object) | Returns or sets the fill style in which the circle is drawn. |
| LineStyle Property (Circle Object) | Returns or sets the line style in which the circle is drawn. |
| Parent Property (Circle Object) | Returns the parent Block Object for the circle. |
| Radius Property (Circle Object) | Returns or sets the radius for the circle. |
| Selected Property (Circle Object) | Sets the selection status of the circle. |
| Type Property (Circle Object) | Returns the type for the circle. |