System::Drawing::Graphics::DrawRectangles 메서드
내용물
[
숨다
]Graphics::DrawRectangles(const SharedPtr<Pen>&, const ArrayPtr<Rectangle>&) method
지정된 펜을 사용하여 일련의 사각형을 그립니다.
void System::Drawing::Graphics::DrawRectangles(const SharedPtr<Pen> &pen, const ArrayPtr<Rectangle> &rects)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 펜 | const SharedPtr\<Pen\>\& | 사각형을 그릴 때 사용할 펜 |
| rects | const ArrayPtr<Rectangle>& | Array 그릴 사각형들 |
또 보기
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawRectangles(const SharedPtr<Pen>&, const ArrayPtr<RectangleF>&) method
지정된 펜을 사용하여 일련의 사각형을 그립니다.
void System::Drawing::Graphics::DrawRectangles(const SharedPtr<Pen> &pen, const ArrayPtr<RectangleF> &rects)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 펜 | const SharedPtr\<Pen\>\& | 사각형을 그릴 때 사용할 펜 |
| rects | const ArrayPtr<RectangleF>& | Array 그릴 사각형들 |
또 보기
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++