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.
Renders the picture in the rectangle referenced by rcRender.
void Render(
CDC* pDC,
const CRect& rcRender,
const CRect& rcWBounds
);
Parameters
pDC
Pointer to the display context in which the picture is to be rendered.rcRender
Rectangle in which the picture is to be rendered.rcWBounds
A rectangle representing the bounding rectangle of the object rendering the picture. For a control, this rectangle is the rcBounds parameter passed to an override of COleControl::OnDraw.
Requirements
Header: afxwin.h