The IsEmpty Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Tests whether all numeric properties of this
LogicalRectangle have values of zero.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property IsEmpty As Boolean |
C# | |
---|
public bool IsEmpty {get;} |
C++/CLI | |
---|
public:
property bool IsEmpty {
bool get();
} |
Property Value
true if this
LogicalRectangle structure is empty; false, otherwise.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also