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