ToString
Converts the matrix to a string representation such as '1 0 0 1 100 200'.
Syntax
[C#]
virtual string ToString();
[Visual Basic]
Overidable Function ToString() As String
Params
Name
Description
return
A string representation of the Matrix.
Notes
None.
Example
None.