This document is archived and information here might be outdated.  Recommended version.


IActiveView.Draw Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IActiveView Interface > IActiveView.Draw Method
ArcGIS Developer Help

IActiveView.Draw Method

Draws the view to the specified device context.

[Visual Basic .NET]
Public Sub Draw ( _
    ByVal hDC As Integer, _
    ByVal TrackCancel As ITrackCancel _
)
[C#]
public void Draw (
    int hDC,
    ITrackCancel TrackCancel
);
[C++]
HRESULT Draw(
  OLE_HANDLE hDC,
  ITrackCancel* TrackCancel
);
[C++]
Parameters
hDC [in]

hDC is a parameter of type OLE_HANDLE TrackCancel [in]
TrackCancel is a parameter of type ITrackCancel*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IActiveView Interface