Partager via


Fonction InkBezierSegment (d2d1_3helper.h)

Crée une structure D2D1_INK_BEZIER_SEGMENT .

Syntaxe

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

Paramètres

[ref] point1

Type : const D2D1_INK_POINT

Premier point de contrôle pour le segment Béziers.

[ref] point2

Type : const D2D1_INK_POINT

Deuxième point de contrôle pour le segment béziers.

[ref] point3

Type : const D2D1_INK_POINT

Point de terminaison du segment Béziers.

Valeur retournée

Type : D2D1_INK_BEZIER_SEGMENT

Retourne la structure D2D1_INK_BEZIER_SEGMENT créée.

Spécifications

   
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]
Plateforme cible Windows
En-tête d2d1_3helper.h
Bibliothèque D2d1.lib
DLL D2d1.dll

Voir aussi

D2D1_INK_BEZIER_SEGMENT