NAME

META_ROUNDRECT

NEAREST API CALL

#include <windows.h>
BOOL32 RoundRect
(
	HDC32 hdc,
	INT32 left,
	INT32 top,
	INT32 right,
	INT32 bottom,
	INT32 ell_width,
	INT32 ell_height
);

DESCRIPTION

U16 array noValue
0 ell_height
1 ell_width
2 bottom
3 right
4 top
5left
top, left, right and bottom define the points of the rectangle.
ell_width and ell_height define the width and height of each pie/arc on the corners of the round rectangle.

back