GraphicsPath Constructor(FillMode,IFigure[])
In This Topic
Initializes a new instance of the
GraphicsPath class with explicitly provided fill mode.
Syntax
'Declaration
Public Function New( _
ByVal As FillMode, _
ByVal ParamArray () As IFigure _
)
public GraphicsPath(
FillMode ,
params IFigure[]
)
Parameters
- fillMode
- Specifies how the interior of closed figures is filled.
- figures
- The array of figures to be added to the path.
See Also