Search
IMatrix.IsIdentity Property
See Also
 





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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

bool IsIdentity { get; }

Visual Basic  Copy Code

ReadOnly Property IsIdentity As Boolean

 Property Value

 See Also