System::Drawing::PointF::get_IsEmpty method

PointF::get_IsEmpty method

X と Y の座標値が両方とも 0 に等しいかどうかを判定します。

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

ReturnValue

現在のオブジェクトが表す X と Y の座標が両方とも 0 であれば true、そうでなければ false

参照