Aspose::Page::XPS::XpsDocument::CreateArcSegment 方法
XpsDocument::CreateArcSegment method
创建一个新的椭圆弧段。
System::SharedPtr<XpsModel::XpsArcSegment> Aspose::Page::XPS::XpsDocument::CreateArcSegment(System::Drawing::PointF point, System::Drawing::SizeF size, float rotationAngle, bool isLargeArc, XpsModel::XpsSweepDirection sweepDirection, bool isStroked=true)
| Parameter | Type | 描述 |
|---|---|---|
| 点 | System::Drawing::PointF | 椭圆弧的终点。 |
| size | System::Drawing::SizeF | 椭圆弧的 x 和 y 半径,以 x,y 对的形式表示。 |
| rotationAngle | 单精度浮点数 | 指示椭圆相对于当前坐标系的旋转方式。 |
| isLargeArc | bool | 确定该弧段是否以 180 度或更大的扫掠角度绘制。 |
| sweepDirection | XpsModel::XpsSweepDirection | 绘制弧段的方向。 |
| isStroked | bool | 指定是否为路径的此段绘制描边。 |
ReturnValue
新的椭圆弧段。
另见
- Typedef SharedPtr
- Class XpsArcSegment
- Class PointF
- Class SizeF
- Enum XpsSweepDirection
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++