System::Drawing::Graphics::DrawPolygon 메서드

Graphics::DrawPolygon(const SharedPtr<Pen>&, const ArrayPtr<Point>&) method

지정된 펜을 사용하여 다각형을 그립니다.

void System::Drawing::Graphics::DrawPolygon(const SharedPtr<Pen> &pen, const ArrayPtr<Point> &points)
매개변수형식설명
const SharedPtr\<Pen\>\&다각형을 그릴 때 사용할 펜
pointsconst ArrayPtr<Point>&Array 다각형을 정의하는 정점들의

또 보기

Graphics::DrawPolygon(const SharedPtr<Pen>&, const ArrayPtr<PointF>&) method

지정된 펜을 사용하여 다각형을 그립니다.

void System::Drawing::Graphics::DrawPolygon(const SharedPtr<Pen> &pen, const ArrayPtr<PointF> &points)
매개변수형식설명
const SharedPtr\<Pen\>\&다각형을 그릴 때 사용할 펜
pointsconst ArrayPtr<PointF>&Array 다각형을 정의하는 정점들의

또 보기