PathBuilder.C
PathBuilder.C method
Adds a ‘Cubic Bezier Curve’ command to the path data.
public PathBuilder C(double x1, double y1, double x2, double y2, double x, double y)
| Parameter | Type | Description | 
|---|---|---|
| x1 | Double | The x-coordinate of the first control point. | 
| y1 | Double | The y-coordinate of the first control point. | 
| x2 | Double | The x-coordinate of the second control point. | 
| y2 | Double | The y-coordinate of the second control point. | 
| x | Double | The x-coordinate of the end point of the curve. | 
| y | Double | The y-coordinate of the end point of the curve. | 
Return Value
The current PathBuilder instance.
See Also
- class PathBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG