Funzione InkBezierSegment (d2d1_3helper.h)

Crea una struttura D2D1_INK_BEZIER_SEGMENT .

Sintassi

D2D1_INK_BEZIER_SEGMENT InkBezierSegment(
  [ref] const D2D1_INK_POINT & point1,
  [ref] const D2D1_INK_POINT & point2,
  [ref] const D2D1_INK_POINT & point3
);

Parametri

[ref] point1

Tipo: const D2D1_INK_POINT

Primo punto di controllo per il segmento Bezier.

[ref] point2

Tipo: const D2D1_INK_POINT

Secondo punto di controllo per il segmento Bezier.

[ref] point3

Tipo: const D2D1_INK_POINT

Punto finale per il segmento Bezier.

Valore restituito

Tipo: D2D1_INK_BEZIER_SEGMENT

Restituisce la struttura di D2D1_INK_BEZIER_SEGMENT creata.

Requisiti

   
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 d2d1_3helper.h
Libreria D2d1.lib
DLL D2d1.dll

Vedi anche

D2D1_INK_BEZIER_SEGMENT