BezierSegment-Funktion (d2d1helper.h)
Erstellt eine D2D1_BEZIER_SEGMENT-Struktur .
Syntax
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
);
Parameter
[in, ref] point1
Typ: const D2D1_POINT_2F
Der erste Steuerungspunkt für das Bézier-Segment.
[in, ref] point2
Typ: const D2D1_POINT_2F
Der zweite Steuerungspunkt für das Segment Bézier.
[in, ref] point3
Typ: const D2D1_POINT_2F
Der Endpunkt des Béziersegments.
Rückgabewert
Typ: D2D1_BEZIER_SEGMENT
Das neue Segment Bézier.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 7, Windows Vista mit SP2 und Plattformupdate für Windows Vista [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 R2, Windows Server 2008 mit SP2 und Plattformupdate für Windows Server 2008 [Desktop-Apps | UWP-Apps] |
Zielplattform | Windows |
Kopfzeile | d2d1helper.h |
Bibliothek | D2d1.lib |
DLL | D2d1.dll |