AddLines
Contenido
[
Ocultar
]AddLines(PointF[])
Agrega una serie de segmentos de línea conectados al final de esteGraphicsPath .
public void AddLines(PointF[] points)
| Parámetro | Escribe | Descripción |
|---|---|---|
| points | PointF[] | una matriz dePointFestructuras que representan los puntos que definen los segmentos de recta a sumar. |
Ver también
- struct PointF
- class GraphicsPath
- espacio de nombres System.Drawing.Drawing2D
- asamblea Aspose.Drawing
AddLines(Point[])
Agrega una serie de segmentos de línea conectados al final de esteGraphicsPath .
public void AddLines(Point[] points)
| Parámetro | Escribe | Descripción |
|---|---|---|
| points | Point[] | una matriz dePoint estructuras que representan los puntos que definen los segmentos de línea a agregar. |
Ver también
- struct Point
- class GraphicsPath
- espacio de nombres System.Drawing.Drawing2D
- asamblea Aspose.Drawing