struttura D2D1_TRIANGLE (d2d1.h)

Contiene i tre vertici che descrivono un triangolo.

Sintassi

typedef struct D2D1_TRIANGLE {
  D2D1_POINT_2F point1;
  D2D1_POINT_2F point2;
  D2D1_POINT_2F point3;
} D2D1_TRIANGLE;

Members

point1

Tipo: D2D1_POINT_2F

Primo vertice di un triangolo.

point2

Tipo: D2D1_POINT_2F

Secondo vertice di un triangolo.

point3

Tipo: D2D1_POINT_2F

Terzo vertice di un triangolo.

Requisiti

Requisito Valore
Client minimo supportato Windows 7, Windows Vista con SP2 e Aggiornamento della piattaforma per Windows Vista [app desktop | App UWP]
Server minimo supportato Windows Server 2008 R2, Windows Server 2008 con SP2 e Platform Update per Windows Server 2008 [app desktop | App UWP]
Intestazione d2d1.h