Click or drag to resize

Point2dToString Method

Point2d Convert the value of the structure to a string.

Namespace:  RootPro.RootProCAD.Geometry
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public override string ToString()

Return Value

Type: String
A character string representing the value of the Point2d structure in the form of "x, y".
See Also