System::Drawing::Drawing2D::GraphicsPath::AddLines method
Contenido
[
Ocultar
]GraphicsPath::AddLines(const ArrayPtr<Point>&) method
Agrega la serie especificada de segmentos de línea conectados a la ruta representada por el objeto actual.
void System::Drawing::Drawing2D::GraphicsPath::AddLines(const ArrayPtr<Point> &points)
| Parámetro | Tipo | Descripción |
|---|---|---|
| puntos | const ArrayPtr<Point>& | Una matriz que contiene puntos que especifican los segmentos de línea a agregar |
Ver también
- Typedef ArrayPtr
- Class Point
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.PDF for C++
GraphicsPath::AddLines(const ArrayPtr<PointF>&) method
Agrega la serie especificada de segmentos de línea conectados a la ruta representada por el objeto actual.
void System::Drawing::Drawing2D::GraphicsPath::AddLines(const ArrayPtr<PointF> &points)
| Parámetro | Tipo | Descripción |
|---|---|---|
| puntos | const ArrayPtr<PointF>& | Una matriz que contiene puntos que especifican los segmentos de línea a agregar |
Ver también
- Typedef ArrayPtr
- Class PointF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.PDF for C++