Click or drag to resize

RectangleToString Method

Return a string representation of this rectangle, in the form: (1.2, 3.4), (5.6, 7.8)

Namespace:  VelocityDBExtensions.Spatial
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public override string ToString()

Return Value

Type: String
return String String representation of this rectangle
See Also