ReactOS 0.4.17-dev-934-g091855f
ID2D1Effect Interface Reference
Inheritance diagram for ID2D1Effect:
Collaboration diagram for ID2D1Effect:

Public Member Functions

void SetInput ([in] UINT32 index, [in] ID2D1Image *input, [in] BOOL invalidate)
 
HRESULT SetInputCount ([in] UINT32 count)
 
void GetInput ([in] UINT32 index, [out] ID2D1Image **input)
 
UINT32 GetInputCount ()
 
void GetOutput ([out] ID2D1Image **output)
 
- Public Member Functions inherited from ID2D1Properties
UINT32 GetPropertyCount ()
 
HRESULT GetPropertyName ([in] UINT32 index, [out] WCHAR *name, [in] UINT32 name_count)
 
UINT32 GetPropertyNameLength ([in] UINT32 index)
 
D2D1_PROPERTY_TYPE GetType ([in] UINT32 index)
 
UINT32 GetPropertyIndex ([in] const WCHAR *name)
 
HRESULT SetValueByName ([in] const WCHAR *name, [in] D2D1_PROPERTY_TYPE type, [in] const BYTE *value, [in] UINT32 value_size)
 
HRESULT SetValue ([in] UINT32 index, [in] D2D1_PROPERTY_TYPE type, [in] const BYTE *value, [in] UINT32 value_size)
 
HRESULT GetValueByName ([in] const WCHAR *name, [in] D2D1_PROPERTY_TYPE type, [out] BYTE *value, [in] UINT32 value_size)
 
HRESULT GetValue ([in] UINT32 index, [in] D2D1_PROPERTY_TYPE type, [out] BYTE *value, [in] UINT32 value_size)
 
UINT32 GetValueSize ([in] UINT32 index)
 
HRESULT GetSubProperties ([in] UINT32 index, [out] ID2D1Properties **props)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknown * LPUNKNOWN
 

Detailed Description

Definition at line 428 of file d2d1_1.idl.

Member Function Documentation

◆ GetInput()

void ID2D1Effect::GetInput ( [in] UINT32  index,
[out] ID2D1Image **  input 
)

◆ GetInputCount()

UINT32 ID2D1Effect::GetInputCount ( )

◆ GetOutput()

void ID2D1Effect::GetOutput ( [out] ID2D1Image **  output)

◆ SetInput()

void ID2D1Effect::SetInput ( [in] UINT32  index,
[in] ID2D1Image *  input,
[in] BOOL  invalidate 
)

◆ SetInputCount()

HRESULT ID2D1Effect::SetInputCount ( [in] UINT32  count)

The documentation for this interface was generated from the following file: