SVGFEConvolveMatrixElementBuilder.PreserveAlpha

SVGFEConvolveMatrixElementBuilder.PreserveAlpha method

Sets the ‘preserveAlpha’ attribute of the feConvolveMatrix element.

public SVGFEConvolveMatrixElementBuilder PreserveAlpha(bool value)
ParameterTypeDescription
valueBooleanIndicates whether to preserve the alpha channel of the input graphic.

Return Value

The current builder instance.

See Also