Transform.Identity Właściwość

Definicja

Pobiera przekształcenie tożsamości.

public:
 static property System::Windows::Media::Transform ^ Identity { System::Windows::Media::Transform ^ get(); };
public static System.Windows.Media.Transform Identity { get; }
member this.Identity : System.Windows.Media.Transform
Public Shared ReadOnly Property Identity As Transform

Wartość właściwości

Transform

Przekształcenie tożsamości.

Uwagi

Transformacja tożsamości (macierz tożsamości), która ma następującą konfigurację:

1 0 0
0 1 0
0 0 1

Zastosowanie macierzy tożsamości nie powoduje zmiany obiektu. Jest to jak pomnożenie przez 1.

Dotyczy