nedcomp hosting homepage

Producten en diensten
Dedicated servers
Datacenter informatie
Partners, resellers
Helpdesk informatie
Technische docs, tools
Support homepage
ASP componenten
Praktische ASP, ASP.NET
Visual route server
Whois (domein gegevens)
Software documentatie
Whitepapers
Zoeken
Nedcomp / algemeen

Zoeken
 

Copyright © Nedcomp Hosting
Telefoon nr :   +31 184 670111
Fax nummer :   +31 184 631384
E-mailadres :   info@nedcomp.nl
 

.NET Framework Class Library  

Matrix Class

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

Thread Safety

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.

Remarks

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.

Requirements

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)

See Also

Matrix Members | System.Drawing.Drawing2D Namespace