Skip to content

Latest commit

 

History

History
68 lines (56 loc) · 1.61 KB

nf-d2d1-d2d1invertmatrix.md

File metadata and controls

68 lines (56 loc) · 1.61 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:d2d1.D2D1InvertMatrix
D2D1InvertMatrix function (d2d1.h)
Tries to invert the specified matrix.
D2D1InvertMatrix
D2D1InvertMatrix function [Direct2D]
d2d1/D2D1InvertMatrix
direct2d.d2d1invertmatrix
direct2d\d2d1invertmatrix.htm
Direct2D
af01b6df-ada9-4e21-98f0-356b96d1017a
12/05/2018
D2D1InvertMatrix, D2D1InvertMatrix function [Direct2D], d2d1/D2D1InvertMatrix, direct2d.d2d1invertmatrix
d2d1.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps \| UWP apps]
D2d1.lib
D2d1.dll
Windows
19H1
D2D1InvertMatrix
d2d1/D2D1InvertMatrix
c++
APIRef
kbSyntax
DllExport
D2d1.dll
D2D1InvertMatrix

D2D1InvertMatrix function

-description

Tries to invert the specified matrix.

-parameters

-param matrix [in, out]

Type: D2D1_MATRIX_3X2_F*

The matrix to invert.

-returns

Type: BOOL

true if the matrix was inverted; otherwise, false.