System::Drawing::PointF::get_IsEmpty method

PointF::get_IsEmpty method

Determines if both X and Y coordinates values are equal to 0.

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

ReturnValue

True if both X and Y coordinates represented by the current object are 0; otherwise - false

See Also