RectangleIsEmpty Property  | 
 
                Indicates whether all numeric properties of this Rectangle have values of zero.
            
 
    Namespace: 
   DotNetBrowser.Geometry
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntaxpublic bool IsEmpty { get; }Property Value
Type: 
Booleantrue if all numeric properties of this Rectangle have values of zero.
See Also