Matrix.ToString Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ToString() | |
ToString(IFormatProvider) |
Crée une représentation String de ce struct Matrix avec des informations de mise en forme propres à la culture. |
Remarques
Ce struct représente la projection .NET du struct Windows Runtime (WinRT). Matrix
Pour plus d’informations, consultez Matrice dans les informations de référence sur l’API UWP.
ToString()
ToString(IFormatProvider)
public:
System::String ^ ToString(IFormatProvider ^ provider);
public string ToString (IFormatProvider provider);
override this.ToString : IFormatProvider -> string
Public Function ToString (provider As IFormatProvider) As String
Paramètres
- provider
- IFormatProvider
Informations de mise en forme propres à la culture.
Retours
String contenant les valeurs M11, M12, M21, M22, OffsetX, et OffsetY de cette Matrix.