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.Font for C++