SVGFEConvolveMatrixElementBuilder.EdgeMode

SVGFEConvolveMatrixElementBuilder.EdgeMode method

Sets the ’edgeMode’ attribute of the feConvolveMatrix element.

public SVGFEConvolveMatrixElementBuilder EdgeMode(EdgeMode mode)
ParameterTypeDescription
modeEdgeModeThe edge mode for the convolution (e.g., duplicate, wrap, none).

Return Value

The current builder instance.

See Also