MilRectD structure (mileffects.h)

Describes the width, height, and location of a rectangle.

Syntax

typedef struct MilRectD {
  DOUBLE left;
  DOUBLE top;
  DOUBLE right;
  DOUBLE bottom;
} MilRectD;

Members

left

Type: DOUBLE

The location of the rectangle's left side.

top

Type: DOUBLE

The location of the rectangle's top side.

right

Type: DOUBLE

The location of the rectangle's right side.

bottom

Type: DOUBLE

The location of the rectangle's bottom side.

Requirements

Requirement Value
Minimum supported client Windows XP with SP2, Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header mileffects.h
Redistributable Microsoft .Net 3.0