Partager via


WICRect, structure (wincodec.h)

Représente un rectangle pour l’API WIC (Windows Imaging Component).

Syntaxe

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

Membres

X

Type : INT

Coordonnée horizontale du rectangle.

Y

Type : INT

Coordonnée verticale du rectangle.

Width

Type : INT

Largeur du rectangle.

Height

Type : INT

Hauteur du rectangle.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows XP avec SP2, Windows Vista [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows Server 2008 [applications de bureau | applications UWP]
En-tête wincodec.h