Ellipse

Ellipse class

Represents ellipse.

The Ellipse type exposes the following members:

Constructors

NameDescription
Ellipse(left, bottom, width, height)Initializes a new instance of the Ellipse 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
leftGets or sets a float value that indicates the left position of the ellipse.
bottomGets or sets a float value that indicates the bottom position of the ellipse.
widthGets or sets a float value that indicates the width of the ellipse.
heightGets or sets a float value that indicates the height of the ellipse.

See Also