This documentation is archived and is not being maintained.
Graphics.Transform Property
.NET Framework 1.1
Gets or sets the world transformation for this Graphics object.
[Visual Basic] Public Property Transform As Matrix [C#] public Matrix Transform {get; set;} [C++] public: __property Matrix* get_Transform(); public: __property void set_Transform(Matrix*); [JScript] public function get Transform() : Matrix; public function set Transform(Matrix);
Property Value
This property specifies a Matrix object that represents the world transformation for this Graphics object.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
Graphics Class | Graphics Members | System.Drawing Namespace
Show: