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++