[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.EffectInputDescription

Class EffectInputDescription

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

D2D1_EFFECT_INPUT_DESCRIPTION

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

Constructors

EffectInputDescription()

public EffectInputDescription()

Fields

EffectPointer

ID2D1Effect* effect

public IntPtr EffectPointer

Field Value

System.IntPtr

InputIndex

unsigned int inputIndex

public int InputIndex

Field Value

int

InputRectangle

D2D_RECT_F inputRectangle

public RectF InputRectangle

Field Value

RectF

Properties

Effect

Gets or sets the effect.

public Effect Effect { get; set; }

Property Value

Effect