Device.DrawPolyline
DrawPolyline(int[], int[], int)
Menggambar polyline.
public virtual void DrawPolyline(int[] xPoints, int[] yPoints, int nPoints)
| Parameter | Jenis | Keterangan |
|---|---|---|
| xPoints | Int32[] | X koordinat titik. |
| yPoints | Int32[] | titik koordinat Y. |
| nPoints | Int32 | Jumlah poin. |
Lihat juga
- class Device
- ruang nama Aspose.Page
- perakitan Aspose.Page
DrawPolyline(double[], double[], int)
Menggambar polyline.
public virtual void DrawPolyline(double[] xPoints, double[] yPoints, int nPoints)
| Parameter | Jenis | Keterangan |
|---|---|---|
| xPoints | Double[] | X koordinat titik. |
| yPoints | Double[] | titik koordinat Y. |
| nPoints | Int32 | Jumlah poin. |
Lihat juga
- class Device
- ruang nama Aspose.Page
- perakitan Aspose.Page