Encapsulates a 3-by-3 affine matrix that represents a geometric transform. This class cannot be inherited.
For a list of all members of this type, see Matrix Members.
System.Object
System.MarshalByRefObject
System.Drawing.Drawing2D.Matrix
[Visual Basic] NotInheritable Public Class Matrix Inherits MarshalByRefObject Implements IDisposable [C#] public sealed class Matrix : MarshalByRefObject, IDisposable [C++] public __gc __sealed class Matrix : public MarshalByRefObject, IDisposable [JScript] public class Matrix extends MarshalByRefObject implements IDisposable
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
The 3-by-3 matrix contains x values in the first column, y values in the second column, and w values in the third column.
Namespace: System.Drawing.Drawing2D
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Drawing (in System.Drawing.dll)