Click or drag to resize

PointDToString Method

Returns a string representation of the point.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override string ToString()

Return Value

String
A string in the format "X,Y", with no trailing comma.
See Also