IGraphicsEffectD2D1Interop::GetNamedPropertyMapping 方法 (windows.graphics.effects.interop.h)
擷取效果屬性的對應。
語法
HRESULT GetNamedPropertyMapping(
LPCWSTR name,
[out] UINT *index,
[out] GRAPHICS_EFFECT_PROPERTY_MAPPING *mapping
);
參數
name
類型: LPCWSTR
屬性的名稱。
[out] index
類型: UINT*
當這個方法傳回時,此參數會包含 屬性的索引。
[out] mapping
類型: GRAPHICS_EFFECT_PROPERTY_MAPPING*
指出強型別效果屬性如何對應至基礎 Direct2D 效果屬性。
傳回值
類型: HRESULT
這個方法會傳回 HRESULT 成功或錯誤碼。
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | windows.graphics.effects.interop.h |