Aspose::Page::XPS::DocumentUtils::CreateRegularInscribedNGon method

DocumentUtils::CreateRegularInscribedNGon method

创建表示内接于圆的正 n 边形的路径几何体。

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateRegularInscribedNGon(int32_t n, System::Drawing::PointF center, float radius)
ParameterType描述
nint32_t顶点的数量。
centerSystem::Drawing::PointF圆心。
radius单精度浮点数圆的半径。

ReturnValue

XPS 路径几何体。

另见