BezierSegment.BezierSegment
BezierSegment constructor
Initializes a new instance of the BezierSegment class.
public BezierSegment(PointF startPoint, PointF firstControlPoint, PointF secondControlPoint,
PointF endPoint)
| Parameter | Type | Description |
|---|---|---|
| startPoint | PointF | The start point. |
| firstControlPoint | PointF | The first control point. |
| secondControlPoint | PointF | The second control point. |
| endPoint | PointF | The end point. |
See Also
- struct PointF
- class BezierSegment
- namespace Aspose.PSD.ShapeSegments
- assembly Aspose.PSD