Returns true if Left, Top, Right and Bottom properties are zero; otherwise, false.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public bool IsEmpty { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsEmpty As Boolean
Visual C++
public:
property bool IsEmpty {
	bool get ();
}

See Also