WICRect structure (wincodec.h)

Represents a rectangle for Windows Imaging Component (WIC) API.

Syntax

typedef struct WICRect {
  INT X;
  INT Y;
  INT Width;
  INT Height;
} WICRect;

Members

X

Type: INT

The horizontal coordinate of the rectangle.

Y

Type: INT

The vertical coordinate of the rectangle.

Width

Type: INT

The width of the rectangle.

Height

Type: INT

The height of the rectangle.

Requirements

Requirement Value
Minimum supported client Windows XP with SP2, Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Header wincodec.h