Click or drag to resize

Point64ToString 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[,(Z)]", where (Z) is optional.
See Also