This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IActiveView Interface > IActiveView.Draw Method (ArcObjects .NET 10.4 SDK) |
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