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

Return Value

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