Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePolyBezierSegment method

PageAPI::CreatePolyBezierSegment method

Creates a new set of cubic Bézier curves.

System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsPolyBezierSegment> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePolyBezierSegment(System::ArrayPtr<System::Drawing::PointF> points, bool isStroked=true)
ParameterTypeDescription
pointsSystem::ArrayPtr<System::Drawing::PointF>Control points for multiple Bézier segments.
isStrokedboolSpecifies whether the stroke for this segment of the path is drawn.

ReturnValue

New cubic Bézier curves segment.

See Also