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)
パラメーター説明
centerSystem::Drawing::PointF楕円の中心点。
radiusX単精度浮動小数点数楕円の水平半径。
radiusY単精度浮動小数点数楕円の垂直半径。

ReturnValue

この XPS パスジオメトリ。

参照