CComControl::OnDrawAdvanced

This method prepares a normalized device context for drawing, then calls your control class's OnDraw method.

Syntax

virtual HRESULT OnDrawAdvanced( ATL_DRAWINFO& di );

At a Glance

Header file: Atlctl.h
Platforms:
Versions: 2.0 and later
Complete documentation: Visual C++ documentation

See Also

CComControl Overview, CComControl Methods, CComControl::OnDraw, IViewObjectExImpl::Draw