[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.Effects.Blend

Class Blend

Namespace
GrapeCity.Documents.DX.Direct2D.Effects
Assembly
GcDocs.DX.Windows.dll

Builtin Blend effect.

public class Blend : Effect, IDisposable, IUnknown
Inheritance
Blend
Implements
Inherited Members

Constructors

Blend(IntPtr)

Initializes a new instance of the Blend class.

public Blend(IntPtr nativePtr)

Parameters

nativePtr IntPtr

The native pointer.

Properties

Mode

The blend mode used for the effect. See Blend modes for more info.

public BlendMode Mode { get; set; }

Property Value

BlendMode

Methods

Create(DeviceContext)

Initializes a new instance of Blend effect.

public static Blend Create(DeviceContext context)

Parameters

context DeviceContext

Returns

Blend