Enum SvgFilterMorphologyOperator
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
The Morphology Operator
public enum SvgFilterMorphologyOperator : ushort
Fields
Unknown = 0
The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
Erode = 1
Corresponds to value 'erode'.
Dilate = 2
Corresponds to value 'dilate'.