ID2D1Effect

Undocumented in source.

Members

Functions

GetInput
void GetInput(uint Index, ID2D1Image* Input)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetInputCount
uint GetInputCount()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetOutput
void GetOutput(ID2D1Image* outputImage)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetInput
void SetInput(uint index, ID2D1Image input, BOOL invalidate)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetInputCount
HRESULT SetInputCount(uint inputCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetInputEffect
void SetInputEffect(uint index, ID2D1Effect input, BOOL invalidate)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Inherited Members

From ID2D1Properties

GetPropertyCount
uint GetPropertyCount()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetPropertyIndex
uint GetPropertyIndex(PCWSTR name)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetPropertyName
HRESULT GetPropertyName(uint index, PWSTR name, uint nameCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetPropertyNameLength
uint GetPropertyNameLength(uint index)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetSubProperties
HRESULT GetSubProperties(uint index, ID2D1Properties* subProperties)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetType
D2D1_PROPERTY_TYPE GetType(uint index)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetValue
HRESULT GetValue(uint index, ubyte* data, uint dataSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetValue
HRESULT GetValue(uint index, D2D1_PROPERTY_TYPE type, ubyte* data, uint dataSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetValueByName
HRESULT GetValueByName(PCWSTR name, ubyte* data, uint dataSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetValueByName
HRESULT GetValueByName(PCWSTR name, D2D1_PROPERTY_TYPE type, ubyte* data, uint dataSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetValueSize
uint GetValueSize(uint index)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetValue
HRESULT SetValue(uint index, const(ubyte)* data, uint dataSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetValue
HRESULT SetValue(uint index, D2D1_PROPERTY_TYPE type, const(ubyte)* data, uint dataSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetValueByName
HRESULT SetValueByName(PCWSTR name, const(ubyte)* data, uint dataSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetValueByName
HRESULT SetValueByName(PCWSTR name, D2D1_PROPERTY_TYPE type, const(ubyte)* data, uint dataSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta