SVGFEConvolveMatrixElementBuilder.EdgeMode
SVGFEConvolveMatrixElementBuilder.EdgeMode method
Sets the ’edgeMode’ attribute of the feConvolveMatrix element.
public SVGFEConvolveMatrixElementBuilder EdgeMode(EdgeMode mode)
Parameter | Type | Description |
---|---|---|
mode | EdgeMode | The edge mode for the convolution (e.g., duplicate, wrap, none). |
Return Value
The current builder instance.
See Also
- enum EdgeMode
- class SVGFEConvolveMatrixElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG