get_IsEmpty()

Rectangle::get_IsEmpty() const method

Determines if X and Y coordinates of the upper left corner of the recangle represented by the current object as well as its width and height have values of 0.

bool System::Drawing::Rectangle::get_IsEmpty() const

Return Value

True if X and Y coordinates of the upper left corner of the recangle represented by the current object as well as its width and height have values of 0, otherwise - false

See Also