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: 8.2.1.0 (8.2.1)
Syntax
public override string ToString()

Return Value

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