EMRFILLRGN structure (wingdi.h)

The EMRFILLRGN structure contains members for the FillRgn enhanced metafile record.

Syntax

typedef struct tagEMRFILLRGN {
  EMR   emr;
  RECTL rclBounds;
  DWORD cbRgnData;
  DWORD ihBrush;
  BYTE  RgnData[1];
} EMRFILLRGN, *PEMRFILLRGN;

Members

emr

The base structure for all record types.

rclBounds

Bounding rectangle, in device units.

cbRgnData

Size of region data, in bytes.

ihBrush

Index of brush, in handle table.

RgnData[1]

Buffer containing RGNDATA structure.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header wingdi.h (include Windows.h)

See also

FillRgn

Metafile Structures

Metafiles Overview

RGNDATA