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