SVGLineElementBuilder.X1
SVGLineElementBuilder.X1 method
Sets the ‘x1’ attribute of the SVG ’line’ element, specifying the x-coordinate of the start point of the line.
public SVGLineElementBuilder X1(double value, LengthType type = LengthType.Px)
Parameter | Type | Description |
---|---|---|
value | Double | The x-coordinate of the line’s start point. |
type | LengthType | The unit of measurement for the x-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