Click or drag to resize
MorphologyEffectMode Enumeration
Configures behavior of the morphology filter kernel.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum MorphologyEffectMode
Members
  Member nameValueDescription
Erode0Flattens the input image, selecting the minimum value found by the filter kernel.
Dilate1Thickens the input image, selecting the maximum value found by the filter kernel.
See Also