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

PageAPI::CreatePolyBezierSegment method

Crée un nouvel ensemble de courbes de Bézier cubiques.

System::SharedPtr<XpsModel::XpsPolyBezierSegment> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePolyBezierSegment(System::ArrayPtr<System::Drawing::PointF> points, bool isStroked=true)
ParamètreTypeDescription
pointsSystem::ArrayPtr<System::Drawing::PointF>Points de contrôle pour plusieurs segments Bézier.
isStrokedboolSpécifie si le trait pour ce segment du chemin est dessiné.

ReturnValue

Nouveau segment de courbes Bézier cubiques.

Voir aussi