PathBuilder.M

PathBuilder.M method

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

public PathBuilder M(double x, double y)
ParameterTypeDescription
xDoubleThe x-coordinate to move to.
yDoubleThe y-coordinate to move to.

Return Value

The current PathBuilder instance.

See Also