Skip to content

Latest commit

 

History

History
120 lines (76 loc) · 4.31 KB

nf-gdipluspen-pen-multiplytransform.md

File metadata and controls

120 lines (76 loc) · 4.31 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 req.product ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:gdipluspen.Pen.MultiplyTransform
Pen::MultiplyTransform (gdipluspen.h)
The Pen::MultiplyTransform method updates the world transformation matrix of this Pen object with the product of itself and another matrix.
MultiplyTransform
MultiplyTransform method [GDI+]
MultiplyTransform method [GDI+]
Pen class
Pen class [GDI+]
MultiplyTransform method
Pen.MultiplyTransform
Pen::MultiplyTransform
_gdiplus_CLASS_Pen_MultiplyTransform_matrix_order_
gdiplus._gdiplus_CLASS_Pen_MultiplyTransform_matrix_order_
gdiplus\_gdiplus_CLASS_Pen_MultiplyTransform_matrix_order_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\penclass\penmethods\multiplytransform_75matrix_order.htm
12/05/2018
MultiplyTransform, MultiplyTransform method [GDI+], MultiplyTransform method [GDI+],Pen class, Pen class [GDI+],MultiplyTransform method, Pen.MultiplyTransform, Pen::MultiplyTransform, _gdiplus_CLASS_Pen_MultiplyTransform_matrix_order_, gdiplus._gdiplus_CLASS_Pen_MultiplyTransform_matrix_order_
gdipluspen.h
Gdiplus.h
Windows
Windows XP, Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Gdiplus.lib
Gdiplus.dll
Windows
GDI+ 1.0
19H1
Pen::MultiplyTransform
gdipluspen/Pen::MultiplyTransform
c++
APIRef
kbSyntax
COM
Gdiplus.dll
Pen.MultiplyTransform

Pen::MultiplyTransform

-description

The Pen::MultiplyTransform method updates the world transformation matrix of this Pen object with the product of itself and another matrix.

-parameters

-param matrix [in]

Type: Matrix*

Pointer to a Matrix object that is multiplied with the world transformation matrix of this Pen object.

-param order [in]

Type: MatrixOrder

Optional. Element of the MatrixOrder enumeration that specifies the order of the multiplication. MatrixOrderPrepend specifies that the passed matrix is on the left, and MatrixOrderAppend specifies that the passed matrix is on the right. The default value is MatrixOrderPrepend.

-returns

Type: Status

If the method succeeds, it returns Ok, which is an element of the Status enumeration.

If the method fails, it returns one of the other elements of the Status enumeration.

-see-also

Coordinate Systems and Transformations

Matrix

MatrixOrder

Pen

Pen::GetTransform

Pen::ResetTransform

Pen::RotateTransform

Pen::ScaleTransform

Pen::SetTransform

Transformations