AddLine
Contenido
[
Ocultar
]AddLine(PointF, PointF)
Agrega un segmento de línea a este GraphicsPath.
public void AddLine(PointF pt1, PointF pt2)
Parámetro | Escribe | Descripción |
---|---|---|
pt1 | PointF | PointF que representa el punto inicial de la línea. |
pt2 | PointF | PointF que representa el punto final de la línea. |
Ver también
- struct PointF
- class GraphicsPath
- espacio de nombres System.Drawing.Drawing2D
- asamblea Aspose.Drawing
AddLine(float, float, float, float)
Agrega un segmento de línea a este GraphicsPath.
public void AddLine(float x1, float y1, float x2, float y2)
Parámetro | Escribe | Descripción |
---|---|---|
x1 | Single | La coordenada x del punto inicial de la línea. |
y1 | Single | La coordenada y del punto inicial de la línea. |
x2 | Single | La coordenada x del punto final de la línea. |
y2 | Single | La coordenada y del punto final de la línea. |
Ver también
- class GraphicsPath
- espacio de nombres System.Drawing.Drawing2D
- asamblea Aspose.Drawing