Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The default OnDrawAdvanced prepares a normalized device context for drawing, then calls your control class's OnDraw method.
virtual HRESULT OnDrawAdvanced(
ATL_DRAWINFO& di
);
Parameters
- di
A reference to the ATL_DRAWINFO structure that contains drawing information such as the draw aspect, the control bounds, and whether the drawing is optimized or not.
Return Value
A standard HRESULT value.
Remarks
Override this method if you want to accept the device context passed by the container without normalizing it.
See CComControlBase::OnDraw for more details.
Requirements
Header: atlctl.h