D2D1IsMatrixInvertible-Funktion (d2d1.h)
Gibt an, ob die angegebene Matrix invertierbar ist.
Syntax
BOOL D2D1IsMatrixInvertible(
[in] const D2D1_MATRIX_3X2_F *matrix
);
Parameter
[in] matrix
Typ: const D2D1_MATRIX_3X2_F*
Die zu testde Matrix.
Rückgabewert
Typ: BOOL
true , wenn die Matrix invertiert wurde; Andernfalls false.
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.h |
Bibliothek | D2d1.lib |
DLL | D2d1.dll |