[]
        
Describes a set of geometric figures that can contain lines, arcs, cubic Bezier curves, and quadratic Bezier curves.
public class GraphicsPath
  Public Class GraphicsPath
  | Name | Description | 
|---|---|
| GraphicsPath(FillMode, params IFigure[]) | Initializes a new instance of the GraphicsPath class with explicitly provided fill mode.  | 
      
| GraphicsPath(params IFigure[]) | Initializes a new instance of the GraphicsPath class with the alternate fill mode.  | 
      
| Name | Description | 
|---|---|
| Figures | Gets the array of figures in the path.  | 
      
| FillMode | Gets a value specifying how the interior of closed figures is filled.  | 
      
| Name | Description | 
|---|---|
| Clone() | Creates a copy of the GraphicsPath.  | 
      
| GetBounds(Matrix3x2) | Returns a rectangle that bounds this GraphicsPath when this path is transformed by the specified Matrix3x2.  | 
      
| TransformPath(Matrix3x2) | Creates a transformed copy of the GraphicsPath.  | 
      
| Widen(Pen) | Widens the GraphicsPath by the specified stroke and returns the result as a new path.  | 
      
| Widen(Pen, Matrix3x2, Matrix3x2) | Widens the GraphicsPath by the specified stroke and returns the result as a new path.  |