Enum EdgeMode
Enum EdgeMode
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies the edge mode for the feConvolveMatrix filter primitive in SVG.
[ComVisible(true)]
public enum EdgeMode
Fields
Duplicate = 0
The input image is extended along each of its borders as necessary by duplicating the color values at the given edge of the input image.
None = 2
The edge mode is not defined, and the effect of the filter is defined by the implementation.
Wrap = 1
The input image is conceptually wrapped (or tiled) and the convolution uses these wrapped values. This creates a toroidal topology for the image.