This method repaints the form.
HRESULT Draw( OLE_HANDLE hDC );
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
This method is usually invoked by the form when some portion of the form has been invalidated, and the screen needs to be repainted. When this method is invoked, it finishes any drawing necessary in the device context that the method receives. The method then returns control to the form, which handles the actual screen repainting.
If a message sink exists, this method forwards the call to the IASClassMsgSink::Draw method.
IFMDraw::Commit, IFMDraw::ClipAndCommit, IFMDraw::GetDC, IASClassMsgSink::HandleDraw