This document is archived and information here might be outdated. Recommended version. |
The device context that the display is currently drawing to.
[Visual Basic .NET]
Public ReadOnly Property hDC As Integer
[C#]
public int hDC {get;}
[C++]
HRESULT get_hDC(
OLE_HANDLE* hDC
);
[C++] Parameters hDC [out, retval]
hDC is a parameter of type OLE_HANDLE*
Initialize OutputContext before accessing this property.