PathBuilder.Vr

PathBuilder.Vr method

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

public PathBuilder Vr(double y)
ParameterTypeDescription
yDoubleThe y-coordinate to draw a vertical line to, relative to the current position.

Return Value

The current PathBuilder instance.

See Also