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\>\&사각형을 그릴 때 사용할 펜
rectsconst ArrayPtr<Rectangle>&Array 그릴 사각형들

또 보기

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\>\&사각형을 그릴 때 사용할 펜
rectsconst ArrayPtr<RectangleF>&Array 그릴 사각형들

또 보기