System::Drawing::SizeF::get_IsEmpty 方法

SizeF::get_IsEmpty method

确定宽度和高度值是否均为 0。

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

ReturnValue

如果当前对象表示的宽度和高度均为 0,则为 true;否则为 false

另见