Partager via


D2D_MATRIX_3X2_F structure (dcommon.h)

Représente une matrice 3 par 2.

Syntaxe

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;

Membres

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]

Spécifications

   
Client minimal pris en charge Windows 7, Windows Vista avec SP2 et Mise à jour de plateforme pour Windows Vista [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows Server 2008 R2, Windows Server 2008 avec SP2 et Platform Update pour Windows Server 2008 [applications de bureau | Applications UWP]
En-tête dcommon.h (inclure D2d1.h)