This member function draws a rectangle with rounded corners using the current pen. The interior of the rectangle is filled using the current brush.
BOOL RoundRect( int x1, int y1, int x2, int y2, int x3, int y3 )
BOOL RoundRect( LPCRECT lpRect, POINT point );
Header File | Afxwin.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
CDC Overview, CDC Member Functions, Graphical Drawing Classes, CDC::Rectangle, CRect, CPoint