SVGFEConvolveMatrixElementBuilder.Bias
SVGFEConvolveMatrixElementBuilder.Bias method
Sets the ‘bias’ attribute of the feConvolveMatrix element.
public SVGFEConvolveMatrixElementBuilder Bias(double bias)
Parameter | Type | Description |
---|---|---|
bias | Double | The bias to be added to the result of the convolution. |
Return Value
The current builder instance.
See Also
- class SVGFEConvolveMatrixElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG