IPath.QuadraticCurveTo
IPath.QuadraticCurveTo method
Adds a quadratic Bézier curve segment to the path.
public void QuadraticCurveTo(float controlPointX, float controlPointY, float endPointX,
float endPointY)
Parameter | Type | Description |
---|---|---|
controlPointX | Single | The x-coordinate of the control point. |
controlPointY | Single | The y-coordinate of the 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