MorphologyEffectMode Enumeration |
Namespace: Microsoft.Graphics.Canvas.Effects
public enum MorphologyEffectMode
Member name | Value | Description | |
---|---|---|---|
Erode | 0 | Flattens the input image, selecting the minimum value found by the filter kernel. | |
Dilate | 1 | Thickens the input image, selecting the maximum value found by the filter kernel. |