This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IO > IOutputContext Interface > IOutputContext.hDC Property (ArcObjects .NET 10.4 SDK) |
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(
long* hDC
);
[C++]
Parameters hDC [out, retval] hDC is a parameter of type long
Initialize OutputContext before accessing this property.