struttura D2D1_QUADRATIC_BEZIER_SEGMENT (d2d1.h)
Contiene il punto di controllo e il punto finale per un segmento di Bézier quadratico.
Sintassi
typedef struct D2D1_QUADRATIC_BEZIER_SEGMENT {
D2D1_POINT_2F point1;
D2D1_POINT_2F point2;
} D2D1_QUADRATIC_BEZIER_SEGMENT;
Members
point1
Tipo: D2D1_POINT_2F
Punto di controllo del segmento quadratico Bezier.
point2
Tipo: D2D1_POINT_2F
Punto finale del segmento quadratico Dizier.
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 |