Whole document tree
    

Whole document tree

META_PAINTREGION

NAME

META_PAINTREGION

NEAREST API CALL

#include <windows.h>
BOOL32 PaintRgn
(
	HDC32 hdc,
	HRGN32 hrgn
);

DESCRIPTION

U16 array noValue
0 region object no
PaintRgn fills the region identified by the first param with the currently selected brush.

back