XpsMatrix.IsIdentity

XpsMatrix.IsIdentity property

Gets a value indicating whether this instance is identity matrix.

public bool IsIdentity { get; }

Property Value

True if this instance is identity matrix; otherwise, false.

See Also