GraphicsPath.GraphicsPath

GraphicsPath()

Initierar en ny instans avGraphicsPath class.

public GraphicsPath()

Se även


GraphicsPath(Figure[])

Initierar en ny instans avGraphicsPath class.

public GraphicsPath(Figure[] figures)
ParameterTypBeskrivning
figuresFigure[]Siffrorna att initiera från.

Se även


GraphicsPath(Figure[], FillMode)

Initierar en ny instans avGraphicsPath class.

public GraphicsPath(Figure[] figures, FillMode fillMode)
ParameterTypBeskrivning
figuresFigure[]Siffrorna att initiera från.
fillModeFillModeFyllningsläget.

Se även


GraphicsPath(FillMode)

Initierar en ny instans avGraphicsPath class.

public GraphicsPath(FillMode fillMode)
ParameterTypBeskrivning
fillModeFillModeFyllningsläget.

Se även