[]
        
Initializes a new instance of the GraphicsPath class with the alternate fill mode.
public GraphicsPath(params IFigure[] figures)
Public Sub New(ParamArray figures As IFigure())
| Type | Name | Description | 
|---|---|---|
| IFigure[] | figures | The array of figures to be added to the path.  | 
    
Initializes a new instance of the GraphicsPath class with explicitly provided fill mode.
public GraphicsPath(FillMode fillMode, params IFigure[] figures)
Public Sub New(fillMode As FillMode, ParamArray figures As IFigure())
| Type | Name | Description | 
|---|---|---|
| FillMode | fillMode | Specifies how the interior of closed figures is filled.  | 
    
| IFigure[] | figures | The array of figures to be added to the path.  |