Xamarin Pack Programmer's Guide
IGraphics.Transform Property
See Also
 






Gets the 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 an IMatrix object that represents the world transformation for this IGraphics object.

 See Also

IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace