ImageGear .NET - Updated
IsEmpty Method (ImGearDoubleRectangle)




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

Return Value

Boolean value.
See Also

Reference

ImGearDoubleRectangle Structure
ImGearDoubleRectangle Members