[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.Effects.Premultiply

Class Premultiply

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

Builtin Premultiply effect.

public class Premultiply : Effect, IDisposable, IUnknown
Inheritance
object
Premultiply
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

Premultiply(IntPtr)

Initializes a new instance of the Premultiply class.

public Premultiply(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

Methods

Create(DeviceContext)

Initializes a new instance of Premultiply effect.

public static Premultiply Create(DeviceContext context)

Parameters

context DeviceContext

Returns

Premultiply