Click or drag to resize

RectangleFToString Method

Converts the Location and System.Drawing.Size of this System.Drawing.RectangleF to a human-readable string.

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public override string ToString()

Return Value

Type: String
A string that contains the position, width, and height of this System.Drawing.RectangleF structure¾for example, "{X=20, Y=20, Width=100, Height=50}".
See Also