t method
t
Adds a ‘Smooth Quadratic Bezier Curve To’ command to the path data.
Returns
The current PathBuilder instance.
def t(self, x, y):
...
Parameter | Type | Description |
---|---|---|
x | float | The x-coordinate of the end point of the curve. |
y | float | The y-coordinate of the end point of the curve. |
See Also
- module
aspose.svg.builder
- class
PathBuilder