RectangleFIsEmpty Property  | 
 
                 Tests whether the System.Drawing.RectangleF.Width or System.Drawing.RectangleF.Height
                 property of this System.Drawing.RectangleF has a value of zero.
             
 
    Namespace: 
   Easymap.AddIn.Common.Graphics
    Assembly:
   EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntaxpublic bool IsEmpty { get; }Public ReadOnly Property IsEmpty As Boolean
	Get
Return Value
Type: 
Boolean
                 This property returns true if the System.Drawing.RectangleF.Width or System.Drawing.RectangleF.Height
                 property of this System.Drawing.RectangleF has a value of zero; otherwise,
                 false.
See Also