Size::IsEmpty Property

 

Tests whether this Size structure has width and height of 0.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
[BrowsableAttribute(false)]
property bool IsEmpty {
	bool get();
}

Property Value

Type: System::Boolean

This property returns true when this Size structure has both a width and height of 0; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: