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: 11.2.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