System::Drawing::Drawing2D::GraphicsPath::AddRectangle method
GraphicsPath::AddRectangle(const Rectangle&) method
向当前对象表示的路径添加指定的矩形。
void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const Rectangle &rect)
| 参数 | 类型 | 描述 |
|---|---|---|
| rect | const Rectangle& | 要添加的矩形 |
另见
- Class Rectangle
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::AddRectangle(const RectangleF&) method
向当前对象表示的路径添加指定的矩形。
void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const RectangleF &rect)
| 参数 | 类型 | 描述 |
|---|---|---|
| rect | const RectangleF& | 要添加的矩形 |
另见
- Class RectangleF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++