Circle

Circle class

Represents circle.

The Circle type exposes the following members:

Constructors

NameDescription
Circle(pos_x, pos_y, radius)Initializes a new instance of the Circle class

Properties

NameDescription
graph_infoGets or sets a graph_info object that indicates the graph info,such as color,
line width,etc.
textGets or sets a text for shape
pos_xGets or sets a float value that indicates the x-coordinate of the center of the circle.
pos_yGets or sets a float value that indicates the y-coordinate of the center of the circle.
radiusGets or sets a float value that indicates the radius of the circle.

See Also