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

另请参阅

IGraphicsEffectD2D1Interop