System::Drawing::Graphics::FillPolygon 메서드
내용물
[
숨다
]Graphics::FillPolygon(const SharedPtr<Brush>&, const ArrayPtr<Point>&, Drawing2D::FillMode) method
지정된 다각형의 내부를 지정된 브러시로 채웁니다.
void System::Drawing::Graphics::FillPolygon(const SharedPtr<Brush> &brush, const ArrayPtr<Point> &points, Drawing2D::FillMode fillMode=Drawing2D::FillMode::Alternate)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| brush | const SharedPtr<Brush>& | 채우기 매개변수를 지정하는 Brush 객체 |
| 점 | const ArrayPtr<Point>& | 다각형을 정의하는 점들을 포함하는 배열 |
| fillMode | Drawing2D::FillMode | 채우기 모드 |
또 보기
- Typedef SharedPtr
- Class Brush
- Typedef ArrayPtr
- Class Point
- Enum FillMode
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::FillPolygon(const SharedPtr<Brush>&, const ArrayPtr<PointF>&, Drawing2D::FillMode) method
지정된 다각형의 내부를 지정된 브러시로 채웁니다.
void System::Drawing::Graphics::FillPolygon(const SharedPtr<Brush> &brush, const ArrayPtr<PointF> &points, Drawing2D::FillMode fillMode=Drawing2D::FillMode::Alternate)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| brush | const SharedPtr<Brush>& | 채우기 매개변수를 지정하는 Brush 객체 |
| 점 | const ArrayPtr<PointF>& | 다각형을 정의하는 점들을 포함하는 배열 |
| fillMode | Drawing2D::FillMode | 채우기 모드 |
또 보기
- Typedef SharedPtr
- Class Brush
- Typedef ArrayPtr
- Class PointF
- Enum FillMode
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++