Paths are a collection of lines and beziers which can be used to draw, fill, or clip. The path functions include:
| Function | Description |
| BeginPath | Begins definition of a path object |
| CloseFigure | Closes the specified object |
| EndPath | Ends recording of a path object |
| FillPath | Fills a path object |
| FlattenPath | Turns curves in a path into sequences of lines |
| PathToRegion | Converts a path to a region |
| StrokeAndFillPath | Draws and fills the specified path |
| StrokePath | Draws the specified path |
| WidenPath | Transforms the path into that which would be painted with a wide pen |