Curve

Curve class

Represents bezier curve.

The Curve type exposes the following members:

Constructors

NameDescription
Curve(position_array)Initializes a new instance of the Curve 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
position_arrayGets or sets a float position array.

See Also