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

参照