WebPlanner 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

public abstract void MultiplyTransform (
    Matrix matrix,
    MatrixOrder order
)

Visual Basic  Copy Code

Public MustOverride 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