Class Morphology
Built in Morphology effect.
public class Morphology : Effect
- Inheritance
-
Morphology
- Inherited Members
Constructors
Morphology(DeviceContext)
Initializes a new instance of
public Morphology(DeviceContext context)
Parameters
context
DeviceContext
Properties
Height
Size of the kernel in the Y direction. The units are in DIPs.
public int Height { get; set; }
Property Value
Mode
The morphology mode. The available modes are erode (flatten) and dilate (thicken). See Morphology modes for more info.
public MorphologyMode Mode { get; set; }
Property Value
Width
Size of the kernel in the X direction. The units are in DIPs.
public int Width { get; set; }