GraphicsPath.GraphicsPath

GraphicsPath()

Initialisiert eine neue Instanz vonGraphicsPath Klasse.

public GraphicsPath()

Siehe auch


GraphicsPath(Figure[])

Initialisiert eine neue Instanz vonGraphicsPath Klasse.

public GraphicsPath(Figure[] figures)
ParameterTypBeschreibung
figuresFigure[]Die zu initialisierenden Zahlen.

Siehe auch


GraphicsPath(Figure[], FillMode)

Initialisiert eine neue Instanz vonGraphicsPath Klasse.

public GraphicsPath(Figure[] figures, FillMode fillMode)
ParameterTypBeschreibung
figuresFigure[]Die zu initialisierenden Zahlen.
fillModeFillModeDer Füllmodus.

Siehe auch


GraphicsPath(FillMode)

Initialisiert eine neue Instanz vonGraphicsPath Klasse.

public GraphicsPath(FillMode fillMode)
ParameterTypBeschreibung
fillModeFillModeDer Füllmodus.

Siehe auch