Matrix.ToString Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Creates a String representation of this Matrix structure.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Overrides Function ToString As String
public override string ToString()

Return Value

Type: System..::.String
A String containing the M11, M12, M21, M22, OffsetX, and OffsetY values of this Matrix.

Remarks

If this Matrix is an Identity matrix, the string "Identity" is returned.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Matrix Structure

ToString Overload

System.Windows.Media Namespace