Search
GdiGraphics.Transform Property
See Also
 





Gets or sets the world transformation for this GdiGraphics object.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public virtual Matrix Transform { get; set; }

Visual Basic  Copy Code

Public Overridable Property Transform As Matrix

 Property Value

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

 See Also