[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.Effects.Morphology

Morphology Class

Builtin Morphology effect.

Implements
Namespace: C1.Util.DX.Direct2D.Effects
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public class Morphology : Effect, IDisposable, IUnknown

Constructors

Name Description
Morphology(IntPtr)

Initializes a new instance of the Morphology class.

Properties

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.

Methods

Name Description
Create(DeviceContext)

Initializes a new instance of Morphology effect.