Aspose::Page::XPS::XpsDocument::CreatePolyBezierSegment メソッド

XpsDocument::CreatePolyBezierSegment method

新しい3次ベジェ曲線のセットを作成します。

System::SharedPtr<XpsModel::XpsPolyBezierSegment> Aspose::Page::XPS::XpsDocument::CreatePolyBezierSegment(System::ArrayPtr<System::Drawing::PointF> points, bool isStroked=true)
パラメーター説明
pointsSystem::ArrayPtr<System::Drawing::PointF>複数のベジエセグメントの制御点。
isStrokedboolこのパスのセグメントのストロークが描画されるかどうかを指定します。

ReturnValue

新しい 3 次ベジエ曲線 セグメント。

参照