Charting for WinForms Programmer's Guide
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
Assembly: 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

MultiplyTransform Method Overload List
GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace