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


IActiveView.Draw Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  long hDC,
  ITrackCancel* TrackCancel
);
[C++]

Parameters hDC [in] hDC is a parameter of type long TrackCancel [in]
TrackCancel is a parameter of type ITrackCancel

Product Availability

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

See Also

IActiveView Interface