SVGBuilderExtensions.Exponent
SVGBuilderExtensions.Exponent<TBuilder> method
Sets the ’exponent’ attribute for a component transfer function element.
public static TBuilder Exponent<TBuilder>(this TBuilder builder, double exponent)
where TBuilder : ISVGElementBuilder, ITransferFunctionAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
exponent | The exponent 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