[]
Builtin Morphology effect.
public class Morphology : Effect, IDisposable, IUnknown
| Name | Description |
|---|---|
| Morphology(IntPtr) | Initializes a new instance of the Morphology class. |
| Name | Description |
|---|---|
| Height | Size of the kernel in the Y direction. The units are in DIPs. |
| Mode | The morphology mode. The available modes are erode (flatten) and dilate (thicken). |
| Width | Size of the kernel in the X direction. The units are in DIPs. |
| Name | Description |
|---|---|
| Create(DeviceContext) | Initializes a new instance of Morphology effect. |