[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GraphicsPath.-ctor

GraphicsPath Constructor

GraphicsPath(params IFigure[])

Initializes a new instance of the GraphicsPath class with the alternate fill mode.

Declaration
public GraphicsPath(params IFigure[] figures)
Public Sub New(ParamArray figures As IFigure())
Parameters
Type Name Description
IFigure[] figures

The array of figures to be added to the path.

GraphicsPath(FillMode, params IFigure[])

Initializes a new instance of the GraphicsPath class with explicitly provided fill mode.

Declaration
public GraphicsPath(FillMode fillMode, params IFigure[] figures)
Public Sub New(fillMode As FillMode, ParamArray figures As IFigure())
Parameters
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.