System::Drawing::SizeF::get_IsEmpty method

SizeF::get_IsEmpty method

Determines if both width and hegiht values are equal to 0.

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

ReturnValue

True if both width and height represented by the current object are 0; otherwise - false

See Also