[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.Effects.UnPremultiply

Class UnPremultiply

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

Builtin Premultiply effect.

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

Constructors

UnPremultiply(IntPtr)

Initializes a new instance of the UnPremultiply class.

public UnPremultiply(IntPtr nativePtr)

Parameters

nativePtr IntPtr

The native pointer.

Methods

Create(DeviceContext)

Initializes a new instance of UnPremultiply effect.

public static UnPremultiply Create(DeviceContext context)

Parameters

context DeviceContext

Returns

UnPremultiply