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.GraphicsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic bool IsEmpty { get; }Public ReadOnly Property IsEmpty As Boolean
Get
Return Value
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