Share via


D2D1_QUADRATIC_BEZIER_SEGMENT Struktur (d2d1.h)

Enthält den Steuerungspunkt und Endpunkt für ein quadratisches Béziersegment.

Syntax

typedef struct D2D1_QUADRATIC_BEZIER_SEGMENT {
  D2D1_POINT_2F point1;
  D2D1_POINT_2F point2;
} D2D1_QUADRATIC_BEZIER_SEGMENT;

Member

point1

Typ: D2D1_POINT_2F

Der Steuerungspunkt des quadratischen Béziersegments.

point2

Typ: D2D1_POINT_2F

Der Endpunkt des quadratischen Béziersegments.

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]
Kopfzeile d2d1.h