CanvasDrawPolygon Method |
| Name | Description | |
|---|---|---|
| DrawPolygon(Point, AtalaPen) | Draw a series of connected lines that form a closed polygon specifying the border pen. | |
| DrawPolygon(Point, Fill) | Draw a series of connected lines that form a closed polygon specifying the inside fill. | |
| DrawPolygon(Point, AtalaPen, Fill) | Draw a series of connected lines that form a closed polygon specifying the border pen and inside fill.
|