Matrix::IsInvertible Property

 

Gets a value indicating whether this Matrix is invertible.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property bool IsInvertible {
	bool get();
}

Property Value

Type: System::Boolean

This property is true if this Matrix is invertible; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: