Skip to content

Latest commit

 

History

History
79 lines (72 loc) · 3.05 KB

nf-gdiplusmatrix-matrix-transformvectors(pointf_int).md

File metadata and controls

79 lines (72 loc) · 3.05 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:gdiplusmatrix.Matrix.TransformVectors(PointF,INT)
Matrix::TransformVectors (gdiplusmatrix.h)
This topic lists the TransformVectors methods of the Matrix class. For a complete list of methods for the Matrix class, see Matrix Methods.
Matrix.TransformVectors
Matrix::TransformVectors
TransformVectors
TransformVectors methods [GDI+]
_gdiplus_CLASS_Matrix_TransformVectors_Methods
gdiplus._gdiplus_CLASS_Matrix_TransformVectors_Methods
gdiplusmatrix/TransformVectors
gdiplus\_gdiplus_CLASS_Matrix_TransformVectors_Methods.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\matrixclass\matrixmethods\matrixtransformvectorsmethods.htm
12/05/2018
Matrix.TransformVectors, Matrix::TransformVectors, TransformVectors, TransformVectors methods [GDI+], _gdiplus_CLASS_Matrix_TransformVectors_Methods, gdiplus._gdiplus_CLASS_Matrix_TransformVectors_Methods, gdiplusmatrix/TransformVectors
gdiplusmatrix.h
Windows
Windows
19H1
Matrix::TransformVectors
gdiplusmatrix/Matrix::TransformVectors
c++
APIRef
kbSyntax
HeaderDef
gdiplusmatrix.h
Matrix.TransformVectors

Matrix::TransformVectors

-description

This topic lists the TransformVectors methods of the Matrix class. For a complete list of methods for the Matrix class, see Matrix Methods.

Overload list

Method Description
TransformVectors(Point*,INT) The Matrix::TransformVectors method multiplies each vector in an array by this matrix. The translation elements of this matrix (third row) are ignored. Each vector is treated as a row matrix. The multiplication is performed with the row matrix on the left and this matrix on the right.
TransformVectors(PointF*,INT) The Matrix::TransformVectors method multiplies each vector in an array by this matrix. The translation elements of this matrix (third row) are ignored. Each vector is treated as a row matrix. The multiplication is performed with the row matrix on the left and this matrix on the right.

-parameters