PathBuilder.Tr

PathBuilder.Tr method

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

public PathBuilder Tr(double x, double y)
ParameterTypeDescription
xDoubleThe x-coordinate of the end point of the curve, relative to the current position.
yDoubleThe y-coordinate of the end point of the curve, relative to the current position.

Return Value

The current PathBuilder instance.

See Also