Whole document tree NAMEMETA_ROUNDRECTNEAREST API CALL#include <windows.h> BOOL32 RoundRect ( HDC32 hdc, INT32 left, INT32 top, INT32 right, INT32 bottom, INT32 ell_width, INT32 ell_height ); DESCRIPTION
ell_width and ell_height define the width and height of each pie/arc on the corners of the round rectangle. |