Transform.Identity Property

Definition

Gets an identity transform.

C#
public static System.Windows.Media.Transform Identity { get; }

Property Value

An identity transform.

Remarks

An identity transform (identity matrix) that has the following configuration:

Column 1 Column 2 Column 3
1 0 0
0 1 0
0 0 1

When you apply an identity matrix, it does not change the object. It is like multiplying by 1.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10