Charting for WinForms Programmer's Guide
GdiGraphics.Transform Property
See Also
 






Gets or sets the world transformation for this GdiGraphics object.

Namespace: MindFusion.Drawing
Assembly: 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

GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace