SVGBuilderExtensions.RefX
Contents
[
Hide
]RefX<TBuilder>(this TBuilder, double, LengthType)
Sets the ‘refX’ attribute for an SVG element.
public static TBuilder RefX<TBuilder>(this TBuilder builder, double value,
LengthType type = LengthType.Px)
where TBuilder : ISVGElementBuilder, IRefCoordinatesAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
value | The reference X coordinate. |
type | The type of length unit (default is pixels). |
Return Value
The builder instance for chaining.
See Also
- enum LengthType
- interface ISVGElementBuilder
- interface IRefCoordinatesAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG
RefX<TBuilder>(this TBuilder, HorizontalPosition)
Sets the ‘refX’ attribute for an SVG element using a predefined horizontal position.
public static TBuilder RefX<TBuilder>(this TBuilder builder, HorizontalPosition value)
where TBuilder : ISVGElementBuilder, IRefCoordinatesAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
value | The predefined horizontal position. |
Return Value
The builder instance for chaining.
See Also
- enum HorizontalPosition
- interface ISVGElementBuilder
- interface IRefCoordinatesAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG