Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Draws an ellipse with the supplied fill and border colors.
void DrawEllipse(
const CRect& rect,
COLORREF clrFill,
COLORREF clrLine
);
Parameters
[in] rect
The bounding rectangle for the ellipse.[in] clrFill
The color this method uses to fill the ellipse.[in] clrLine
The color this method uses as the border of the ellipse.
Remarks
This method returns without drawing an ellipse if either color is set to -1. It also returns without drawing an ellipse if either dimension of the bounding rectangle is 0.
Requirements
Header: afxdrawmanager.h
See Also
Concepts
Reference
Change History
Date |
History |
Reason |
|---|---|---|
December 2008 |
Clarified the wording. |
Customer feedback. |