Struct Curve
Curve structure
Holds the information about der produced curves
public struct Curve
Constructors
| Name | Description |
|---|---|
| Curve(CurveKind, Point2D, Point2D, Point2D, Point2D) | Creates a curve |
Fields
| Name | Description |
|---|---|
| A | The start point |
| B | The end point |
| ControlPointA | The first control point |
| ControlPointB | The second control point |
| Kind | The kind: Bezier or Line |
See Also
- namespace Aspose.CAD.Vectorization.Common
- assembly Aspose.CAD