EMRELLIPSE structure (wingdi.h)

The EMRELLIPSE and EMRRECTANGLE structures contain members for the Ellipse and Rectangle enhanced metafile records.

Syntax

typedef struct tagEMRELLIPSE {
  EMR   emr;
  RECTL rclBox;
} EMRELLIPSE, *PEMRELLIPSE, EMRRECTANGLE, *PEMRRECTANGLE;

Members

emr

Base structure for all record types.

rclBox

Bounding rectangle in logical units.

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

Ellipse

Metafile Structures

Metafiles Overview

Rectangle