Partager via


Fonction BezierSegment (d2d1helper.h)

Crée une structure D2D1_BEZIER_SEGMENT .

Syntaxe

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
);

Paramètres

[in, ref] point1

Type : const D2D1_POINT_2F

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

[in, ref] point2

Type : const D2D1_POINT_2F

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

[in, ref] point3

Type : const D2D1_POINT_2F

Point de terminaison du segment Béziers.

Valeur retournée

Type : D2D1_BEZIER_SEGMENT

Nouveau segment de Béziers.

Configuration requise

Condition requise Valeur
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 d2d1helper.h
Bibliothèque D2d1.lib
DLL D2d1.dll

Voir aussi

ID2D1GeometrySink