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