Aspose::Page::XPS::XpsDocument::CreatePolyLineSegment método
XpsDocument::CreatePolyLineSegment method
Crea un nuevo dibujo poligonal que contiene un número arbitrario de vértices individuales.
System::SharedPtr<XpsModel::XpsPolyLineSegment> Aspose::Page::XPS::XpsDocument::CreatePolyLineSegment(System::ArrayPtr<System::Drawing::PointF> points, bool isStroked=true)
| Parámetro | Tipo | Descripción |
|---|---|---|
| puntos | System::ArrayPtr<System::Drawing::PointF> | Un conjunto de coordenadas para los múltiples segmentos que definen el segmento de polilínea. |
| isStroked | bool | Especifica si el trazo para este segmento de la ruta se dibuja. |
ReturnValue
Nuevo segmento de dibujo poligonal.
Ver también
- Typedef SharedPtr
- Class XpsPolyLineSegment
- Typedef ArrayPtr
- Class PointF
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++