Gets or sets the world transformation for this GdiGraphics object.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public virtual Matrix Transform { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Overridable Property Transform As Matrix |
This property specifies a Matrix object that represents the world transformation for this GdiGraphics object.
See Also