Aspose::Page::XPS::XpsDocument::CreatePolyLineSegment method
XpsDocument::CreatePolyLineSegment method
Creates a new polygonal drawing containing an arbitrary number of individual vertices.
System::SharedPtr<XpsModel::XpsPolyLineSegment> Aspose::Page::XPS::XpsDocument::CreatePolyLineSegment(System::ArrayPtr<System::Drawing::PointF> points, bool isStroked=true)
Parameter | Type | Description |
---|---|---|
points | System::ArrayPtr<System::Drawing::PointF> | A set of coordinates for the multiple segments that define the poly line segment. |
isStroked | bool | Specifies whether the stroke for this segment of the path is drawn. |
ReturnValue
New polygonal drawing segment.
See Also
- Typedef SharedPtr
- Class XpsPolyLineSegment
- Typedef ArrayPtr
- Class PointF
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++