Partager via


RectInt32 Structure

Définition

Définit la taille et l’emplacement d’une surface rectangulaire.

public value class RectInt32
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
struct RectInt32
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public struct RectInt32
var rectInt32 = {
x : /* Your value */,
y : /* Your value */,
width : /* Your value */,
height : /* Your value */
}
Public Structure RectInt32
Héritage
RectInt32
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Creators Update (introduit dans 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v4.0)

Champs

Height

Hauteur d’un rectangle.

Width

Largeur d’un rectangle.

X

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

Y

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

S’applique à