--- title: "Constructing and Drawing Paths" ms.date: "03/30/2017" helpviewer_keywords: - "paths [Windows Forms], drawing" - "drawing paths [Windows Forms]" - "graphics paths [Windows Forms], creating" - "graphics paths [Windows Forms], drawing" - "examples [Windows Forms], drawing paths" ms.assetid: f16ec921-56cf-46d1-9741-d7316ad06b23 --- # 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 method of the class, and you can fill a path by calling the method of the class. ## In This Section [How to: Create Figures from Lines, Curves, and Shapes](how-to-create-figures-from-lines-curves-and-shapes.md) Shows how to use a to create figures. [How to: Fill Open Figures](how-to-fill-open-figures.md) Explains how to fill a . [How to: Flatten a Curved Path into a Line](how-to-flatten-a-curved-path-into-a-line.md) Shows how to flatten a . ## Reference Describes this class and contains links to all of its members.