Arc

Arc class

Represents arc.

The Arc type exposes the following members:

Constructors

NameDescription
Arc(pos_x, pos_y, radius, alpha, beta)Initializes a new instance of the Arc 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 arc.
pos_yGets or sets a float value that indicates the y-coordinate of the center of the arc.
radiusGets or sets a float value that indicates the radius of the arc.
alphaGets or sets a float value that indicates the beginning angle degree of the arc.
betaGets or sets a float value that indicates the ending angle degree of the arc.

See Also