SVGLineElementBuilder.Y2
SVGLineElementBuilder.Y2 method
Sets the ‘y2’ attribute of the SVG ’line’ element, specifying the y-coordinate of the end point of the line.
public SVGLineElementBuilder Y2(double value, LengthType type = LengthType.Px)
Parameter | Type | Description |
---|---|---|
value | Double | The y-coordinate of the line’s end point. |
type | LengthType | The unit of measurement for the y-coordinate (default is pixels). |
Return Value
The current instance of SVGLineElementBuilder for method chaining.
See Also
- enum LengthType
- class SVGLineElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG