Skip to content

Latest commit

 

History

History
127 lines (77 loc) · 4.88 KB

nf-gdiplusbrush-texturebrush-multiplytransform.md

File metadata and controls

127 lines (77 loc) · 4.88 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:gdiplusbrush.TextureBrush.MultiplyTransform
TextureBrush::MultiplyTransform (gdiplusbrush.h)
The TextureBrush::MultiplyTransform method updates this brush's transformation matrix with the product of itself and another matrix.
MultiplyTransform
MultiplyTransform method [GDI+]
MultiplyTransform method [GDI+]
TextureBrush class
TextureBrush class [GDI+]
MultiplyTransform method
TextureBrush.MultiplyTransform
TextureBrush::MultiplyTransform
_gdiplus_CLASS_TextureBrush_MultiplyTransform_matrix_order_
gdiplus._gdiplus_CLASS_TextureBrush_MultiplyTransform_matrix_order_
gdiplus\_gdiplus_CLASS_TextureBrush_MultiplyTransform_matrix_order_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\texturebrushclass\texturebrushmethods\multiplytransform_37matrix_order.htm
12/05/2018
MultiplyTransform, MultiplyTransform method [GDI+], MultiplyTransform method [GDI+],TextureBrush class, TextureBrush class [GDI+],MultiplyTransform method, TextureBrush.MultiplyTransform, TextureBrush::MultiplyTransform, _gdiplus_CLASS_TextureBrush_MultiplyTransform_matrix_order_, gdiplus._gdiplus_CLASS_TextureBrush_MultiplyTransform_matrix_order_
gdiplusbrush.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
TextureBrush::MultiplyTransform
gdiplusbrush/TextureBrush::MultiplyTransform
c++
APIRef
kbSyntax
COM
Gdiplus.dll
TextureBrush.MultiplyTransform

TextureBrush::MultiplyTransform

-description

The TextureBrush::MultiplyTransform method updates this brush's transformation matrix with the product of itself and another matrix.

-parameters

-param matrix [in]

Type: Matrix*

Pointer to the matrix to be multiplied by this brush's current transformation matrix.

-param order [in]

Type: MatrixOrder

Optional. Element of the MatrixOrder enumeration that specifies the order of 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

Brushes and Filled Shapes

Filling a Shape with an Image Texture

Matrix

Matrix Representation of Transformations

TextureBrush

TextureBrush::GetTransform

TextureBrush::ResetTransform

TextureBrush::RotateTransform

TextureBrush::ScaleTransform

TextureBrush::SetTransform

TextureBrush::TranslateTransform

Transformations