Transform.Identity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an identity transform.
public:
static property System::Windows::Media::Transform ^ Identity { System::Windows::Media::Transform ^ get(); };
public static System.Windows.Media.Transform Identity { get; }
static member Identity : System.Windows.Media.Transform
Public Shared ReadOnly Property Identity As Transform
Property Value
An identity transform.
Remarks
An identity transform (identity matrix) that has the following configuration:
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.