Skip to content

Latest commit

 

History

History
75 lines (43 loc) · 3.47 KB

matrix4x3f.md

File metadata and controls

75 lines (43 loc) · 3.47 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
Matrix4x3F class (D2d1\_helper.h)
The Matrix4x3F class represents a 4-by-3 matrix and provides convenience methods for creating matrices.
633B1828-0CB5-4CD3-9826-C65083C6C0A9
Matrix4x3F class Direct2D
Matrix4x3F class Direct2D , described
apiref
Matrix4x3F
D2d1.dll
COM
reference
05/31/2018

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