Matrix::IsIdentity Property

 

Gets a value indicating whether this Matrix is the identity matrix.

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

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

Property Value

Type: System::Boolean

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

.NET Framework
Available since 1.1
Return to top
Show: