Search
IGraphics.MultiplyTransform Method
See Also
 





Multiplies the world transformation of this IGraphics object and specified the Matrix object in the specified order.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void MultiplyTransform (
    IMatrix m,
    MatrixOrder order = MatrixOrder.Append
)

Visual Basic  Copy Code

Sub MultiplyTransform( _
    m As IMatrix, _
    Optional order As MatrixOrder = MatrixOrder.Append _
)

 Parameters

m

The multipler matrix.

order
Optional. Member of the MatrixOrder enumeration that determines the order of the multiplication.

 See Also