Matrix5x4F class

The Matrix5x4F class represents a 5-by-4 matrix and provides convenience methods for creating matrices.

Members

The Matrix5x4F class inherits from D2D1_MATRIX_5X4_F. Matrix5x4F also has these types of members:

Constructors

The Matrix5x4F class has these constructors.

Constructor Description
Matrix5x4F() Instantiates a new instance of an uninitialized Matrix5x4F class.
Matrix5x4F(FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT)(FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT,FLOAT) Instantiates a new instance of a Matrix5x4F class that is initialized with all of the floating point matrix values.

Requirements

Requirement Value
Minimum supported client
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps]
Minimum supported server
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps]
Minimum supported phone
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps]
Namespace
D2D1
Header
D2d1_helper.h
Library
D2d1.lib
DLL
D2d1.dll

See also

D2D1_MATRIX_5X4_F