Matrix クラス
ジオメトリック変換を表す 3 × 3 のアフィン行列をカプセル化します。このクラスは継承できません。
この型のすべてのメンバの一覧については、Matrix メンバ を参照してください。
System.Object
System.MarshalByRefObject
System.Drawing.Drawing2D.Matrix
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
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
3 × 3 の行列には、最初の列に x の値、2 番目の列に y の値、3 番目の列に w の値が含まれます。
必要条件
名前空間: System.Drawing.Drawing2D
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
アセンブリ: System.Drawing (System.Drawing.dll 内)