Class Curve

Curve class

Represents bezier curve.

public sealed class Curve : Shape

Constructors

NameDescription
Curve(float[])Initializes a new instance of the Curve class.

Properties

NameDescription
GraphInfo { get; set; }Gets or sets a GraphInfo object that indicates the graph info,such as color, line width,etc.
PositionArray { get; set; }Gets or sets a float position array.
Text { get; set; }Gets or sets a text for shape

See Also