TransformationMatrixToString Method
Returns a string that represents this matrix.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
abstract ToString : unit -> string
override ToString : unit -> string
Return Value
StringThe string representation of this matrix.
The numeric values in the returned string are formatted by using the conventions of the current culture.