PointF::IsEmpty Property

 

Gets a value indicating whether this PointF is empty.

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

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

Property Value

Type: System::Boolean

true if both X and Y are 0; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: