PointDToString Method

Override the ToString() method with values of this point with full double values.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public override string ToString()

Return Value

String
String with numbers {X=x.x, Y=y.y}.

See Also