Rectangle

Rectangle class

Represents rectangle.

The Rectangle type exposes the following members:

Constructors

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

See Also