Circle
Contents
[
Hide
]Circle class
Represents circle.
The Circle type exposes the following members:
Constructors
| Name | Description |
|---|---|
| Circle(pos_x, pos_y, radius) | Initializes a new instance of the Circle class |
Properties
| Name | Description |
|---|---|
| graph_info | Gets or sets a graph_info object that indicates the graph info,such as color, line width,etc. |
| text | Gets or sets a text for shape |
| pos_x | Gets or sets a float value that indicates the x-coordinate of the center of the circle. |
| pos_y | Gets or sets a float value that indicates the y-coordinate of the center of the circle. |
| radius | Gets or sets a float value that indicates the radius of the circle. |
See Also
- namespace aspose.pdf.drawing
- assembly Aspose.PDF