Class Curve
Curve class
Represents bezier curve.
public sealed class Curve : Shape
Constructors
Name | Description |
---|---|
Curve(float[]) | Initializes a new instance of the Curve class. |
Properties
Name | Description |
---|---|
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
- class Shape
- namespace Aspose.Pdf.Drawing
- assembly Aspose.PDF