ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRectangle Structure / IsEmpty Method




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

Return Value

Boolean value.
See Also