Converts the Location and Size of this RectangleD to a human-readable string.

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Overrides Function ToString As String
C#
public override string ToString()
Visual C++
public:
virtual String^ ToString() override
JavaScript
function toString();

Return Value

A string that contains the position, width, and height of this RectangleD structure¾for example, "{X=20, Y=20, Width=100, Height=50}".

See Also