System::Drawing::Rectangle::Ceiling 方法
Rectangle::Ceiling method
从指定的 RectangleF 对象通过将其位置和大小值向上取整到更高的整数值,构造一个 Rectangle 对象。
static Rectangle System::Drawing::Rectangle::Ceiling(const RectangleF &rect)
| 参数 | 类型 | 描述 |
|---|---|---|
| rect | const RectangleF& | 要转换的 RectangleF 对象 |
ReturnValue
从 rect 构造的 Rectangle 对象
另见
- Class Rectangle
- Class RectangleF
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.Font for C++