NAME
META_RECTANGLE
NEAREST API CALL
#include <windows.h>
BOOL32 Rectangle
(
	HDC32 hdc,
	INT32 left,
	INT32 top,
	INT32 right,
	INT32 bottom
);
DESCRIPTION
U16 array no Value 0  bottom  
1  right  
2  top  
3 left top, left, right and bottom define the points of the rectangle.
support.htmlback 