طريقة Aspose::Page::XPS::XpsDocument::CreatePolyBezierSegment
XpsDocument::CreatePolyBezierSegment method
ينشئ مجموعة جديدة من منحنيات بيزيه المكعبة.
System::SharedPtr<XpsModel::XpsPolyBezierSegment> Aspose::Page::XPS::XpsDocument::CreatePolyBezierSegment(System::ArrayPtr<System::Drawing::PointF> points, bool isStroked=true)
| Parameter | Type | الوصف |
|---|---|---|
| points | System::ArrayPtr<System::Drawing::PointF> | نقاط التحكم لقطاعات بيزيه المتعددة. |
| isStroked | bool | يحدد ما إذا كان الخط لهذا الجزء من المسار مرسومًا. |
ReturnValue
مقطع منحنيات بيزيه المكعبة الجديد.
انظر أيضًا
- Typedef SharedPtr
- Class XpsPolyBezierSegment
- Typedef ArrayPtr
- Class PointF
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++