SVGEllipseElementBuilder.Cy
SVGEllipseElementBuilder.Cy method
Sets the ‘cy’ attribute of the SVG ’ellipse’ element, specifying the y-coordinate of the center of the ellipse.
public SVGEllipseElementBuilder Cy(double value, LengthType type = LengthType.Px)
Parameter | Type | Description |
---|---|---|
value | Double | The y-coordinate of the ellipse’s center. |
type | LengthType | The unit of measurement for the y-coordinate (default is pixels). |
Return Value
The current instance of SVGEllipseElementBuilder for method chaining.
See Also
- enum LengthType
- class SVGEllipseElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG