Gets a value indicating whether this IMatrix is the identity matrix.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
bool IsIdentity { get; } |
Visual Basic
Copy Code
|
|---|
ReadOnly Property IsIdentity As Boolean |
A boolean value.
See Also