D2D_MATRIX_3X2_F-Struktur (dcommon.h)
Stellt eine 3-mal-2-Matrix dar.
Syntax
typedef struct D2D_MATRIX_3X2_F {
union {
struct {
FLOAT m11;
FLOAT m12;
FLOAT m21;
FLOAT m22;
FLOAT dx;
FLOAT dy;
} DUMMYSTRUCTNAME;
struct {
FLOAT _11;
FLOAT _12;
FLOAT _21;
FLOAT _22;
FLOAT _31;
FLOAT _32;
} DUMMYSTRUCTNAME2;
FLOAT m[3][2];
} DUMMYUNIONNAME;
} D2D_MATRIX_3X2_F;
Member
DUMMYUNIONNAME
DUMMYUNIONNAME.DUMMYSTRUCTNAME
DUMMYUNIONNAME.DUMMYSTRUCTNAME.m11
DUMMYUNIONNAME.DUMMYSTRUCTNAME.m12
DUMMYUNIONNAME.DUMMYSTRUCTNAME.m21
DUMMYUNIONNAME.DUMMYSTRUCTNAME.m22
DUMMYUNIONNAME.DUMMYSTRUCTNAME.dx
DUMMYUNIONNAME.DUMMYSTRUCTNAME.dy
DUMMYUNIONNAME.DUMMYSTRUCTNAME2
DUMMYUNIONNAME.DUMMYSTRUCTNAME2._11
DUMMYUNIONNAME.DUMMYSTRUCTNAME2._12
DUMMYUNIONNAME.DUMMYSTRUCTNAME2._21
DUMMYUNIONNAME.DUMMYSTRUCTNAME2._22
DUMMYUNIONNAME.DUMMYSTRUCTNAME2._31
DUMMYUNIONNAME.DUMMYSTRUCTNAME2._32
DUMMYUNIONNAME.m[3]
Anforderungen
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 | dcommon.h (einschließlich D2d1.h) |