SVGFEConvolveMatrixElementBuilder.Divisor

SVGFEConvolveMatrixElementBuilder.Divisor method

Sets the ‘divisor’ attribute of the feConvolveMatrix element.

public SVGFEConvolveMatrixElementBuilder Divisor(double divisor)
ParameterTypeDescription
divisorDoubleThe divisor applied to the matrix.

Return Value

The current builder instance.

See Also