Device.DrawPolyline
DrawPolyline(int[], int[], int)
Zeichnet eine Polylinie.
public virtual void DrawPolyline(int[] xPoints, int[] yPoints, int nPoints)
| Parameter | Typ | Beschreibung |
|---|---|---|
| xPoints | Int32[] | X-Koordinaten von Punkten. |
| yPoints | Int32[] | Y-Koordinate von Punkten. |
| nPoints | Int32 | Die Anzahl der Punkte. |
Siehe auch
- class Device
- namensraum Aspose.Page
- Montage Aspose.Page
DrawPolyline(double[], double[], int)
Zeichnet eine Polylinie.
public virtual void DrawPolyline(double[] xPoints, double[] yPoints, int nPoints)
| Parameter | Typ | Beschreibung |
|---|---|---|
| xPoints | Double[] | X-Koordinaten von Punkten. |
| yPoints | Double[] | Y-Koordinate von Punkten. |
| nPoints | Int32 | Die Anzahl der Punkte. |
Siehe auch
- class Device
- namensraum Aspose.Page
- Montage Aspose.Page