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++