次の方法で共有


Matrix.IsIdentity プロパティ

対象の Matrix オブジェクトが単位行列かどうかを示す値を取得します。

Public ReadOnly Property IsIdentity As Boolean
[C#]
public bool IsIdentity {get;}
[C++]
public: __property bool get_IsIdentity();
[JScript]
public function get IsIdentity() : Boolean;

プロパティ値

Matrix が単位行列の場合、このプロパティは true になります。それ以外の場合は false になります。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

Matrix クラス | Matrix メンバ | System.Drawing.Drawing2D 名前空間