RectU, fonction (d2d1helper.h)
Crée une structure D2D1_RECT_U qui contient les dimensions spécifiées.
Syntaxe
D2D1_RECT_U RectU(
UINT32 left,
UINT32 top,
UINT32 right,
UINT32 bottom
);
Paramètres
left
Type : UINT32
Coordonnée x du coin supérieur gauche du rectangle. La valeur par défaut est 0.
top
Type : UINT32
Coordonnée y du coin supérieur gauche du rectangle. La valeur par défaut est 0.
right
Type : UINT32
Coordonnée x du coin inférieur droit du rectangle. La valeur par défaut est 0.
bottom
Type : UINT32
Coordonnée y du coin inférieur droit du rectangle. La valeur par défaut est 0.
Valeur retournée
Type : D2D1_RECT_U
Structure rectangle qui contient les dimensions spécifiées.
Spécifications
Client minimal pris en charge | Windows 7, Windows Vista avec SP2 et Mise à jour de plateforme pour Windows Vista [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2008 R2, Windows Server 2008 avec SP2 et Platform Update pour Windows Server 2008 [applications de bureau | Applications UWP] |
Plateforme cible | Windows |
En-tête | d2d1helper.h |
Bibliothèque | D2d1.lib |
DLL | D2d1.dll |