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