PathBuilder.Lr
PathBuilder.Lr method
Adds a relative ‘Line To’ command to the path data.
public PathBuilder Lr(double x, double y)
Parameter | Type | Description |
---|---|---|
x | Double | The x-coordinate of the end point of the line, relative to the current position. |
y | Double | The y-coordinate of the end point of the line, relative to the current position. |
Return Value
The current PathBuilder instance.
See Also
- class PathBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG