System::Drawing::Rectangle::get_IsEmpty 方法
Rectangle::get_IsEmpty method
确定当前对象表示的矩形左上角的 X 和 Y 坐标以及其宽度和高度是否为 0。
bool System::Drawing::Rectangle::get_IsEmpty() const
ReturnValue
如果当前对象表示的矩形的左上角的 X 和 Y 坐标以及其宽度和高度为 0,则为 true;否则为 false。
另见
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.Page for C++