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