Aspose::Page::XPS::DocumentUtils::CreateCircularSegment メソッド
DocumentUtils::CreateCircularSegment method
2 つの角度間の円弧セグメントを表すパスジオメトリを作成します。
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateCircularSegment(System::Drawing::PointF center, float radius, float startAngle, float endAngle)
| パラメーター | 型 | 説明 |
|---|---|---|
| center | System::Drawing::PointF | 円の中心。 |
| radius | 単精度浮動小数点数 | 円の半径。 |
| startAngle | 単精度浮動小数点数 | 開始角度。 |
| endAngle | 単精度浮動小数点数 | 終了角度。 |
ReturnValue
この XPS パスジオメトリ。
参照
- Typedef SharedPtr
- Class XpsPathGeometry
- Class PointF
- Class DocumentUtils
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++