次の方法で共有


Matrix.IsInvertible プロパティ

Matrix オブジェクトが反転できるかどうかを示す値を取得します。

Public ReadOnly Property IsInvertible As Boolean
[C#]
public bool IsInvertible {get;}
[C++]
public: __property bool get_IsInvertible();
[JScript]
public function get IsInvertible() : 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 名前空間