Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic lists the FillPolygon methods of the Graphics class. For a complete list of methods for the Graphics class, see Graphics.
Overload list
Method | Description |
---|---|
FillPolygon(Brush*,Point*,INT) | The Graphics::FillPolygon method uses a brush to fill the interior of a polygon. |
FillPolygon(Brush*,PointF*,INT) | The Graphics::FillPolygon method uses a brush to fill the interior of a polygon. |
FillPolygon(Brush*,Point*,INT,FillMode) | The Graphics::FillPolygon method uses a brush to fill the interior of a polygon. |
FillPolygon(Brush*,PointF*,INT,FillMode) | The Graphics::FillPolygon method uses a brush to fill the interior of a polygon. |
Requirements
Requirement | Value |
---|---|
Header |
|