Class Circle
Circle class
Represents circle.
public sealed class Circle : Shape
Constructors
| Name | Description |
|---|
| Circle(float, float, float) | Initializes a new instance of the Circle class. |
Properties
| Name | Description |
|---|
| GraphInfo { get; set; } | Gets or sets a GraphInfo object that indicates the graph info,such as color, line width,etc. |
| PosX { get; set; } | Gets or sets a float value that indicates the x-coordinate of the center of the circle. |
| PosY { get; set; } | Gets or sets a float value that indicates the y-coordinate of the center of the circle. |
| Radius { get; set; } | Gets or sets a float value that indicates the radius of the circle. |
| Text { get; set; } | Gets or sets a text for shape |
Methods
See Also