SVGBuilderExtensions.In
Contents
[
Hide
]In<TBuilder>(this TBuilder, string)
Sets the ‘in’ attribute for an SVG filter primitive.
public static TBuilder In<TBuilder>(this TBuilder builder, string value)
where TBuilder : ISVGElementBuilder, IFilterPrimitiveInAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
value | The source graphic or filter primitive result to use as input. |
Return Value
The builder instance for chaining.
See Also
- interface ISVGElementBuilder
- interface IFilterPrimitiveInAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG
In<TBuilder>(this TBuilder, FilterInput)
Sets the ‘in’ attribute for an SVG filter primitive using a predefined input source.
public static TBuilder In<TBuilder>(this TBuilder builder, FilterInput input)
where TBuilder : ISVGElementBuilder, IFilterPrimitiveInAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
input | The predefined input source (e.g., SourceGraphic, SourceAlpha). |
Return Value
The builder instance for chaining.
See Also
- enum FilterInput
- interface ISVGElementBuilder
- interface IFilterPrimitiveInAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG