[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.CustomEffectFactory

Class CustomEffectFactory

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

A class used for creating custom effects.

public class CustomEffectFactory
Inheritance
object
CustomEffectFactory
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

CustomEffect

Gets or sets the last created instance of ICustomEffect.

public ICustomEffect CustomEffect { get; set; }

Property Value

ICustomEffect