Region.Region(const BYTE*, INT) constructor

Applies to: desktop apps only

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

Syntax

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

Parameters

  • regionData [in]
    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.

  • size [in]
    Type: INT

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

Requirements

Minimum supported client

Windows XP, Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Product

GDI+ 1.0

Header

Gdiplusheaders.h (include Gdiplus.h)

Library

Gdiplus.lib

DLL

Gdiplus.dll

 

 

Send comments about this topic to Microsoft

Build date: 3/6/2012