Aspose::Page::XPS::XpsDocument::CreatePolyBezierSegment method

XpsDocument::CreatePolyBezierSegment method

Creates a new set of cubic Bézier curves.

System::SharedPtr<XpsModel::XpsPolyBezierSegment> Aspose::Page::XPS::XpsDocument::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