Partager via


Structure rect (windows.foundation.h)

Contient un ensemble de quatre nombres à virgule flottante qui représentent l’emplacement et la taille d’un rectangle.

Syntaxe

typedef struct Rect {
  FLOAT X;
  FLOAT Y;
  FLOAT Width;
  FLOAT Height;
} Rect;

Membres

X

Type : float

Coordonnée x du coin supérieur gauche du rectangle.

Y

Type : float

Coordonnée y du coin supérieur gauche du rectangle.

Width

Type : float

Largeur du rectangle.

Height

Type : float

Hauteur du rectangle.

Configuration requise

   
Client minimal pris en charge Windows 8
Serveur minimal pris en charge Windows Server 2012
En-tête windows.foundation.h

Voir aussi

CreateRect

CreateRectArray

IPropertyValue::GetRect

IPropertyValue::GetRectArray