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 );
Parameters
hdc [in]
hdc is a parameter of type OLE_HANDLE
TrackCancel [in]
TrackCancel is a parameter of type ITrackCancel