CDC::RoundRect

This member function draws a rectangle with rounded corners using the current pen. The interior of the rectangle is filled using the current brush.

Syntax

BOOL RoundRect( int x1, int y1, int x2, int y2, int x3, int y3 )

BOOL RoundRect( LPCRECT lpRect, POINT point );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CDC Overview, CDC Member Functions, Graphical Drawing Classes, CDC::Rectangle, CRect, CPoint