SVGBuilderExtensions.RefY
Contents
[
Hide
]RefY<TBuilder>(this TBuilder, double, LengthType)
Sets the ‘refY’ attribute for an SVG element.
public static TBuilder RefY<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 Y 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
RefY<TBuilder>(this TBuilder, VerticalPosition)
Sets the ‘refY’ attribute for an SVG element using a predefined vertical position.
public static TBuilder RefY<TBuilder>(this TBuilder builder, VerticalPosition value)
where TBuilder : ISVGElementBuilder, IRefCoordinatesAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
value | The predefined vertical position. |
Return Value
The builder instance for chaining.
See Also
- enum VerticalPosition
- interface ISVGElementBuilder
- interface IRefCoordinatesAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG