Search
GdiGraphics.MultiplyTransform Method (Matrix, MatrixOrder)
See Also
 





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

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void MultiplyTransform (
    Matrix matrix,
    MatrixOrder order
)

Visual Basic  Copy Code

Public Overridable Sub MultiplyTransform( _
    matrix As Matrix, _
    order As MatrixOrder _
)

 Parameters

matrix
A 4x4 .NET Matrix object that multiplies the world transformation.
order
Member of the .NET MatrixOrder enumeration that determines the order of the multiplication.

 See Also