Matrix4x3F class

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

Members

The Matrix4x3F class inherits from D2D1_MATRIX_4X3_F. Matrix4x3F also has these types of members:

Constructors

The Matrix4x3F class has these constructors.

Constructor Description
Matrix4x3F() Instantiates a new instance of an uninitialized Matrix4x3F class.
Matrix4x3F(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 Matrix4x3F 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_4X3_F