ref_y method
ref_y
Sets the ‘refY’ attribute of the symbol element, defining the y-coordinate of the reference point of the symbol.
Returns
The SVGSymbolElementBuilder instance for chaining.
def ref_y(self, value, type):
...
Parameter | Type | Description |
---|---|---|
value | float | The value for the ‘refY’ attribute. |
type | LengthType | The type of length measurement (e.g., pixels). |
See Also
- module
aspose.svg.builder
- class
SVGSymbolElementBuilder