SVGGElementBuilder Class
SVGGElementBuilder class
Builder class for constructing an SVG ‘g’ (group) element. The ‘g’ element is used to group SVG shapes together. Grouping elements allows for easier manipulation and styling of multiple elements as a single unit within SVG graphics.
public class SVGGElementBuilder : SVGElementBuilder<SVGGElement>, ICompositeAttributeSetter,
ICompositeElementBuilder
Constructors
Name | Description |
---|---|
SVGGElementBuilder() | The default constructor. |
Properties
Name | Description |
---|---|
Configurations { get; } |
Methods
Name | Description |
---|---|
Attribute(string, string) | |
virtual Build(Document) | |
virtual Build(SVGGElement) | |
BuildElement(Document) |
See Also
- class SVGElementBuilder<T>
- class SVGGElement
- interface ICompositeAttributeSetter
- interface ICompositeElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG