Charting for WinForms Programmer's Guide
IGraphics.MultiplyTransform Method (Matrix, MatrixOrder)
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 (
    Matrix matrix,
    MatrixOrder order
)

Visual Basic  Copy Code

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
IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace