[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.Effects.Shadow

Shadow Class

Builtin Shadow effect.

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

Constructors

Name Description
Shadow(IntPtr)

Initializes a new instance of the Shadow class.

Properties

Name Description
BlurStandardDeviation

The amount of blur to be applied to the alpha channel of the image. You can compute the blur radius of the kernel by multiplying the standard deviation by 3. The units of both the standard deviation and blur radius are DIPs. This property is the same as the Gaussian Blur standard deviation property.

Color

The color of the drop shadow. This property is a ColorF defined as: (R, G, B, A).

Optimization

The level of performance optimization.

Methods

Name Description
Create(DeviceContext)

Initializes a new instance of Shadow effect.