System::Drawing::Drawing2D::GraphicsPath::AddRectangles メソッド
GraphicsPath::AddRectangles(const ArrayPtr<Rectangle>&) method
指定された矩形の系列を、現在のオブジェクトが表すパスに追加します。
void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<Rectangle> &rects)
| パラメーター | 型 | 説明 |
|---|---|---|
| rects | const ArrayPtr<Rectangle>& | 追加する矩形を表す Rectangle オブジェクトの配列 |
参照
- Typedef ArrayPtr
- Class Rectangle
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddRectangles(const ArrayPtr<RectangleF>&) method
指定された矩形の系列を、現在のオブジェクトが表すパスに追加します。
void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<RectangleF> &rects)
| パラメーター | 型 | 説明 |
|---|---|---|
| rects | const ArrayPtr<RectangleF>& | 追加する矩形を表す RectangleF オブジェクトの配列 |
参照
- Typedef ArrayPtr
- Class RectangleF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++