TransformationMatrixToString Method

Returns a string that represents this matrix.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public override string ToString()

Return Value

String
The string representation of this matrix.

Remarks

The numeric values in the returned string are formatted by using the conventions of the current culture.

See Also