Region::Region(constBYTE*,INT) method (gdiplusheaders.h)

Creates a region that is defined by data obtained from another region.

Syntax

void Region(
  [in] const BYTE *regionData,
  [in] INT        size
);

Parameters

[in] regionData

Type: const BYTE*

Pointer to an array of bytes that specifies a region. The data contained in the bytes is obtained from another region by using the Region::GetData method.

[in] size

Type: INT

Integer that specifies the number of bytes in the regionData array.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows XP, Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header gdiplusheaders.h (include Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll