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