structure D2D1_TRIANGLE (d2d1.h)
Contient les trois sommets qui décrivent un triangle.
Syntaxe
typedef struct D2D1_TRIANGLE {
D2D1_POINT_2F point1;
D2D1_POINT_2F point2;
D2D1_POINT_2F point3;
} D2D1_TRIANGLE;
Membres
point1
Type : D2D1_POINT_2F
Premier sommet d’un triangle.
point2
Type : D2D1_POINT_2F
Deuxième sommet d’un triangle.
point3
Type : D2D1_POINT_2F
Troisième sommet d’un triangle.
Configuration requise
Condition requise | Valeur |
---|---|
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 Mise à jour de plateforme pour Windows Server 2008 [applications de bureau | Applications UWP] |
En-tête | d2d1.h |