System::Drawing::Graphics::FillPolygon method
Contents
[
Hide
]Graphics::FillPolygon(const SharedPtr<Brush>&, const ArrayPtr<Point>&, Drawing2D::FillMode) method
Fills the interiors of the specified polygon using the specified brush.
void System::Drawing::Graphics::FillPolygon(const SharedPtr<Brush> &brush, const ArrayPtr<Point> &points, Drawing2D::FillMode fillMode=Drawing2D::FillMode::Alternate)
Parameter | Type | Description |
---|---|---|
brush | const SharedPtr<Brush>& | A Brush object that specifies the parameters of the fill |
points | const ArrayPtr<Point>& | An array containing the points that define the polygon |
fillMode | Drawing2D::FillMode | The fill mode |
See Also
- Typedef SharedPtr
- Class Brush
- Typedef ArrayPtr
- Class Point
- Enum FillMode
- Class Graphics
- Namespace System::Drawing
- Library Aspose.PUB for C++
Graphics::FillPolygon(const SharedPtr<Brush>&, const ArrayPtr<PointF>&, Drawing2D::FillMode) method
Fills the interiors of the specified polygon using the specified brush.
void System::Drawing::Graphics::FillPolygon(const SharedPtr<Brush> &brush, const ArrayPtr<PointF> &points, Drawing2D::FillMode fillMode=Drawing2D::FillMode::Alternate)
Parameter | Type | Description |
---|---|---|
brush | const SharedPtr<Brush>& | A Brush object that specifies the parameters of the fill |
points | const ArrayPtr<PointF>& | An array containing the points that define the polygon |
fillMode | Drawing2D::FillMode | The fill mode |
See Also
- Typedef SharedPtr
- Class Brush
- Typedef ArrayPtr
- Class PointF
- Enum FillMode
- Class Graphics
- Namespace System::Drawing
- Library Aspose.PUB for C++