SVGBuilderExtensions.Intercept
SVGBuilderExtensions.Intercept<TBuilder> method
Sets the ‘intercept’ attribute for a component transfer function element.
public static TBuilder Intercept<TBuilder>(this TBuilder builder, double intercept)
where TBuilder : ISVGElementBuilder, ITransferFunctionAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
intercept | The intercept value for the transfer function. |
Return Value
The builder instance for chaining.
See Also
- interface ISVGElementBuilder
- interface ITransferFunctionAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG