Vector4F-Funktion (d2d1_1helper.h)
Gibt eine gefüllte D2D1_VECTOR_4F-Struktur zurück.
Syntax
D2D1_VECTOR_4F Vector4F(
FLOAT x,
FLOAT y,
FLOAT z,
FLOAT w
);
Parameter
x
Der x-Wert des Vektors.
y
Der y-Wert des Vektors.
z
Der z-Wert des Vektors.
w
Der w-Wert des Vektors.
Rückgabewert
Ein Vektor von 4 FLOAT-Werten (x, y, z, w).
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 | d2d1_1helper.h |
Bibliothek | D2d1.lib |
DLL | D2d1.dll |