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

또 보기