Matrix.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 matrix.
public:
static property Windows::UI::Xaml::Media::Matrix Identity { Windows::UI::Xaml::Media::Matrix get(); };
public static Windows.UI.Xaml.Media.Matrix Identity { get; }
static member Identity : Windows.UI.Xaml.Media.Matrix
Public Shared ReadOnly Property Identity As Matrix
Property Value
An identity matrix.
Remarks
This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix
struct. For more information, see Matrix in the UWP API reference.
For more information and examples of this member, see Matrix.Identity in the .NET Framework API reference.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.