Search
IGraphics.Transform Property
See Also
 





Gets or sets the world transformation for this IGraphics object.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

Matrix Transform { get; set; }

Visual Basic  Copy Code

Property Transform As Matrix

 Property Value

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

 See Also