SVGBuilderExtensions.AddSymbol
SVGBuilderExtensions.AddSymbol<TBuilder> method
Adds a ‘symbol’ element configuration to the builder.
public static TBuilder AddSymbol<TBuilder>(this TBuilder builder,
Action<SVGSymbolElementBuilder> 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 ‘symbol’ element. |
Return Value
The builder instance for chaining.
See Also
- class SVGSymbolElementBuilder
- interface ISVGElementBuilder
- interface IStructuralElementBuilder
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG