Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePolyLineSegment method
PageAPI::CreatePolyLineSegment method
Creates a new polygonal drawing containing an arbitrary number of individual vertices.
System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsPolyLineSegment> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::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 PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++