[]
        
(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
EffectInputDescription
Inherited Members

Constructors

EffectInputDescription()

public EffectInputDescription()

Fields

EffectPointer

ID2D1Effect* effect

public IntPtr EffectPointer

Field Value

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