WebPlanner Programmer's Guide

IGraphics.MultiplyTransform Method (Matrix)

See Also
 


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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public abstract void MultiplyTransform (
    Matrix matrix
)

Visual Basic  Copy Code

Public MustOverride Sub MultiplyTransform ( _
    matrix As Matrix _
)

 Parameters

matrix
A 4x4 .NET Matrix object that multiplies the world transformation.

 See Also