ArcObjects Library Reference  (Carto)    

IActiveView.Draw Method

Draws the view to the specified device context.

[Visual Basic 6.0]
Sub Draw(
    ByVal hdc As OLE_HANDLE, _
    ByVal TrackCancel As ITrackCancel _
)
[Visual Basic .NET]
Public Sub Draw ( _
    ByVal hdc As Integer, _
    ByVal TrackCancel As ITrackCancel _
)
[C#]
public void Draw (
    int hdc,
    ITrackCancel TrackCancel
);
[Java]
public void draw (
    int hdc,
    ITrackCancel TrackCancel
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page