ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearDoubleRectangle Interface / IsEmpty Method




In This Topic
IsEmpty Method (IImGearDoubleRectangle)
In This Topic
Tests whether all numeric properties of the rectangle have their initial values.
Syntax
'Declaration
 
Function IsEmpty() As Boolean
 
'Usage
 
Dim instance As IImGearDoubleRectangle
Dim value As Boolean
 
value = instance.IsEmpty()

Return Value

Boolean value.
See Also