get_IsEmpty()

PointF::get_IsEmpty() const method

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

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

Return Value

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

See Also