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)
ParameterTypeDescription
pointsSystem::ArrayPtr<System::Drawing::PointF>A set of coordinates for the multiple segments that define the poly line segment.
isStrokedboolSpecifies whether the stroke for this segment of the path is drawn.

ReturnValue

New polygonal drawing segment.

See Also