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.0.0.0
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
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