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




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

Return Value

Boolean value.
See Also