Device.DrawPolyline
DrawPolyline(int[], int[], int)
Tekent een polylijn.
public virtual void DrawPolyline(int[] xPoints, int[] yPoints, int nPoints)
Parameter | Type | Beschrijving |
---|---|---|
xPoints | Int32[] | X-coördinaten van punten. |
yPoints | Int32[] | Y-coördinaat van punten. |
nPoints | Int32 | Het aantal punten. |
Zie ook
- class Device
- naamruimte Aspose.Page
- montage Aspose.Page
DrawPolyline(double[], double[], int)
Tekent een polylijn.
public virtual void DrawPolyline(double[] xPoints, double[] yPoints, int nPoints)
Parameter | Type | Beschrijving |
---|---|---|
xPoints | Double[] | X-coördinaten van punten. |
yPoints | Double[] | Y-coördinaat van punten. |
nPoints | Int32 | Het aantal punten. |
Zie ook
- class Device
- naamruimte Aspose.Page
- montage Aspose.Page