Transformation.IsIdentity Method

Check if the transformation is the 'Identity' one. 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1
Public Function IsIdentity() As Boolean
This language is not supported or no code example is available.
public bool IsIdentity()
This language is not supported or no code example is available.

Return Value

bool

Returns true if matrix is the identity transformation.

.NET Framework

Supported in: 4.8

In this article

Definition