Search
IGraphics.Transform Property
See Also
 





Gets or sets the world transformation for this IGraphics object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

IMatrix Transform { get; }

Visual Basic  Copy Code

ReadOnly Property Transform As IMatrix

 Property Value

This property specifies a Matrix object that represents the world transformation for this IGraphics object.

 See Also