System::Drawing::Drawing2D::GraphicsPath::AddRectangle 方法
GraphicsPath::AddRectangle(const Rectangle&) method
将指定的矩形添加到当前对象表示的路径中。
void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const Rectangle &rect)
| Parameter | Type | 描述 |
|---|---|---|
| rect | const Rectangle& | 要添加的矩形 |
另见
- Class Rectangle
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddRectangle(const RectangleF&) method
将指定的矩形添加到当前对象表示的路径中。
void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const RectangleF &rect)
| Parameter | Type | 描述 |
|---|---|---|
| rect | const RectangleF& | 要添加的矩形 |
另见
- Class RectangleF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++