IPath.BezierCurveTo
IPath.BezierCurveTo method
Adds a cubic Bézier curve segment to the path.
public void BezierCurveTo(float controlPoint1X, float controlPoint1Y, float controlPoint2X,
float controlPoint2Y, float endPointX, float endPointY)
Parameter | Type | Description |
---|---|---|
controlPoint1X | Single | The x-coordinate of the first control point. |
controlPoint1Y | Single | The y-coordinate of the first control point. |
controlPoint2X | Single | The x-coordinate of the second control point. |
controlPoint2Y | Single | The y-coordinate of the second control point. |
endPointX | Single | The x-coordinate of the destination point. |
endPointY | Single | The y-coordinate of the destination point. |
See Also
- interface IPath
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG