SVGBuilderExtensions.AddG
SVGBuilderExtensions.AddG<TBuilder> method
Adds a ‘g’ (group) element configuration to the builder.
public static TBuilder AddG<TBuilder>(this TBuilder builder, Action<SVGGElementBuilder> configure)
where TBuilder : ISVGElementBuilder, IStructuralElementBuilder
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
configure | The configuration action for the ‘g’ element. |
Return Value
The builder instance for chaining.
See Also
- class SVGGElementBuilder
- interface ISVGElementBuilder
- interface IStructuralElementBuilder
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG