SVGCircleElementBuilder class
SVGCircleElementBuilder class
Builder class for constructing an SVG ‘circle’ element, which is used to draw circles within SVG graphics. It enables the building of content within the ‘circle’ element and provides methods to set various attributes specific to the ‘circle’ element in SVG.
The SVGCircleElementBuilder type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of SVGCircleElementBuilder |
Methods
Method | Description |
---|---|
build | |
build | |
cx | Sets the ‘cx’ attribute of the SVG ‘circle’ element, specifying the x-coordinate of the center of the circle. |
cy | Sets the ‘cy’ attribute of the SVG ‘circle’ element, specifying the y-coordinate of the center of the circle. |
r | Sets the ‘r’ attribute of the SVG ‘circle’ element, specifying the radius of the circle. |
build_element | Builds and returns an SVGElement instance based on the current configuration of the builder. |
attribute | Sets or updates an attribute on an SVG element. |
See Also
- module
aspose.svg.builder
- class
ISVGElementBuilder