IGraphicsEffectD2D1Interop interface (windows.graphics.effects.interop.h)
Native interoperation interface that provides a counterpart to IGraphicsEffect and allows for metadata queries.
This interface is available in C++ only.
Inheritance
The IGraphicsEffectD2D1Interop interface inherits from the IUnknown interface. IGraphicsEffectD2D1Interop also has these types of members:
Methods
The IGraphicsEffectD2D1Interop interface has these methods.
IGraphicsEffectD2D1Interop::GetEffectId Retrieves the ID of the effect. |
IGraphicsEffectD2D1Interop::GetNamedPropertyMapping Retrieves the mapping for an effect property. |
IGraphicsEffectD2D1Interop::GetProperty Retrieves the effect property at the specified index. |
IGraphicsEffectD2D1Interop::GetPropertyCount Retrieve the property count for the effect. |
IGraphicsEffectD2D1Interop::GetSource Retrieves the effect source at the specified index. |
IGraphicsEffectD2D1Interop::GetSourceCount Retrieves the source count for the effect. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | windows.graphics.effects.interop.h |