Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Constructing and Drawing Paths

A path is a sequence of graphics primitives (lines, rectangles, curves, text, and the like) that can be manipulated and drawn as a single unit. A path can be divided into figures that are either open or closed. A figure can contain several primitives.

You can draw a path by calling the Graphics::DrawPath method of the Graphics class, and you can fill a path by calling the Graphics::FillPath method of the Graphics class.

The following topics cover paths in more detail:


Feedback

Was this page helpful?

Additional resources