Funzione BezierSegment (d2d1helper.h)
Crea una struttura D2D1_BEZIER_SEGMENT .
Sintassi
D2D1_BEZIER_SEGMENT BezierSegment(
[in, ref] const D2D1_POINT_2F & point1,
[in, ref] const D2D1_POINT_2F & point2,
[in, ref] const D2D1_POINT_2F & point3
);
Parametri
[in, ref] point1
Tipo: const D2D1_POINT_2F
Primo punto di controllo per il segmento Bezier.
[in, ref] point2
Tipo: const D2D1_POINT_2F
Secondo punto di controllo per il segmento Bezier.
[in, ref] point3
Tipo: const D2D1_POINT_2F
Punto finale per il segmento Bezier.
Valore restituito
Tipo: D2D1_BEZIER_SEGMENT
Nuovo segmento di Bezier.
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] |
Piattaforma di destinazione | Windows |
Intestazione | d2d1helper.h |
Libreria | D2d1.lib |
DLL | D2d1.dll |