[]
        
(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
object
Blend
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

Blend(IntPtr)

Initializes a new instance of the Blend class.

public Blend(IntPtr nativePtr)

Parameters

nativePtr System.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