Device.DrawPolyline

DrawPolyline(int[], int[], int)

Zeichnet eine Polylinie.

public virtual void DrawPolyline(int[] xPoints, int[] yPoints, int nPoints)
ParameterTypBeschreibung
xPointsInt32[]X-Koordinaten von Punkten.
yPointsInt32[]Y-Koordinate von Punkten.
nPointsInt32Die Anzahl der Punkte.

Siehe auch


DrawPolyline(double[], double[], int)

Zeichnet eine Polylinie.

public virtual void DrawPolyline(double[] xPoints, double[] yPoints, int nPoints)
ParameterTypBeschreibung
xPointsDouble[]X-Koordinaten von Punkten.
yPointsDouble[]Y-Koordinate von Punkten.
nPointsInt32Die Anzahl der Punkte.

Siehe auch