PathBuilder.Mr

PathBuilder.Mr method

Adds a relative ‘Move To’ command to the path data.

public PathBuilder Mr(double x, double y)
ParameterTypeDescription
xDoubleThe x-coordinate to move to, relative to the current position.
yDoubleThe y-coordinate to move to, relative to the current position.

Return Value

The current PathBuilder instance.

See Also