ID2D1Device2::CreateDeviceContext 方法 (d2d1_3.h)
从 Direct2D 设备创建新的 ID2D1DeviceContext2 。
语法
HRESULT CreateDeviceContext(
D2D1_DEVICE_CONTEXT_OPTIONS options,
[out] ID2D1DeviceContext2 **deviceContext2
);
参数
options
类型: D2D1_DEVICE_CONTEXT_OPTIONS
要应用于已创建设备上下文的选项。
[out] deviceContext2
类型: ID2D1DeviceContext2**
此方法返回时,包含指向新设备上下文的指针的地址。
返回值
类型: HRESULT
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | d2d1_3.h |
Library | D2d1_3.lib |
DLL | D2d1_3.dll |