PathBuilder.T

PathBuilder.T method

Adds a ‘Smooth Quadratic Bezier Curve To’ command to the path data.

public PathBuilder T(double x, double y)
ParameterTypeDescription
xDoubleThe x-coordinate of the end point of the curve.
yDoubleThe y-coordinate of the end point of the curve.

Return Value

The current PathBuilder instance.

See Also