System::Drawing::Region::GetBounds 方法
Region::GetBounds method
获取一个 RectangleF 结构,表示在 Graphics 对象的绘图表面上界定此 Region 的矩形。
RectangleF System::Drawing::Region::GetBounds(const SharedPtr<Graphics> &graphics) const
| Parameter | Type | 描述 |
|---|---|---|
| graphics | const SharedPtr<Graphics>& | 在此 Graphics 上绘制此 Region。 |
另见
- Class RectangleF
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.Page for C++