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)
| Parameter | Type | 描述 |
|---|---|---|
| n | int32_t | 顶点的数量。 |
| center | System::Drawing::PointF | 圆心。 |
| radius | 单精度浮点数 | 圆的半径。 |
ReturnValue
该 XPS 路径几何体。
另见
- Typedef SharedPtr
- Class XpsPathGeometry
- Class PointF
- Class DocumentUtils
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++