CRgn::CreateRectRgnIndirect

Call this member function to create a rectangular region that is stored in the CRgn object.

Syntax

BOOL CreateRectRgnIndirect ( LPCRECT lpRect );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

Remarks

Windows CE version 1.0 represents regions using 16-bit values.

In Windows CE versions 2.0 and later, this function is exactly the same as it is in the standard MFC library.

See Also

CRgn Overview, CRgn Member Functions, Graphical Drawing Object Classes, CRgn::CreateRectRgn