ImageGear .NET v24.14 - Updated
IsEmpty Method (ImGearRectangle)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearRectangle Structure : IsEmpty Method
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()
public bool IsEmpty()
public: bool IsEmpty(); 
public:
bool IsEmpty(); 

Return Value

Boolean value.
See Also

Reference

ImGearRectangle Structure
ImGearRectangle Members