Device.DrawPolyline
DrawPolyline(int[], int[], int)
Draws a polyline.
public virtual void DrawPolyline(int[] xPoints, int[] yPoints, int nPoints)
Parameter | Type | Description |
---|---|---|
xPoints | Int32[] | X coordinates of points. |
yPoints | Int32[] | Y coordinate of points. |
nPoints | Int32 | The number of points. |
See Also
- class Device
- namespace Aspose.Page
- assembly Aspose.Page
DrawPolyline(double[], double[], int)
Draws a polyline.
public virtual void DrawPolyline(double[] xPoints, double[] yPoints, int nPoints)
Parameter | Type | Description |
---|---|---|
xPoints | Double[] | X coordinates of points. |
yPoints | Double[] | Y coordinate of points. |
nPoints | Int32 | The number of points. |
See Also
- class Device
- namespace Aspose.Page
- assembly Aspose.Page