cy method
cy
Sets the ‘cy’ attribute of the SVG ‘circle’ element, specifying the y-coordinate of the center of the circle.
Returns
The current instance of SVGCircleElementBuilder for method chaining.
def cy(self, value, type):
...
| Parameter | Type | Description |
|---|---|---|
| value | float | The y-coordinate of the circle’s center. |
| type | LengthType | The unit of measurement for the y-coordinate (default is pixels). |
See Also
- module
aspose.svg.builder - class
SVGCircleElementBuilder