System::Drawing::PointF::get_IsEmpty 方法

PointF::get_IsEmpty method

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

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

ReturnValue

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

另见