Search
IGraphicsFactory.CreateMatrix Method
See Also
 






Creates an IMatrix object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

IMatrix CreateMatrix ()

Visual Basic  Copy Code

Function CreateMatrix () As IMatrix

 Return Value

An instance of the IMatrix interface.

 See Also