TransformationMatrixIsIdentity Property

Gets whether this matrix is the identity matrix.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public bool IsIdentity {
	get;
 }

Property Value

Boolean

See Also