Whole document tree
    

Whole document tree

META_RECTANGLE

NAME

META_RECTANGLE

NEAREST API CALL

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

DESCRIPTION

U16 array noValue
0 bottom
1 right
2 top
3left
top, left, right and bottom define the points of the rectangle.

back