System::Drawing::Point::get_IsEmpty method

Point::get_IsEmpty method

确定 X 和 Y 坐标值是否均为 0。

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

ReturnValue

如果当前对象表示的 X 和 Y 坐标均为 0,则为 true;否则为 false

另见