Search
GraphicsFactory.CreateMatrix Method ()
See Also
 





Creates an IMatrix object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static IMatrix CreateMatrix ()

Visual Basic  Copy Code

Public Shared Function CreateMatrix () As IMatrix

 Return Value

An instance of the IMatrix interface.

 See Also