This document is archived and information here might be outdated. Recommended version. |
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*