Aspose::Page::XPS::DocumentUtils::CreateRegularCircumscribedNGon method
DocumentUtils::CreateRegularCircumscribedNGon method
Creates a path geometry representing a regular n-gon circumscribed around a circle.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateRegularCircumscribedNGon(int32_t n, System::Drawing::PointF center, float radius)
| Parameter | Type | Description |
|---|---|---|
| n | int32_t | The number of vertices. |
| center | System::Drawing::PointF | The center of the circle. |
| radius | float | The radius of the circle. |
ReturnValue
The XPS path geometry.
See Also
- Typedef SharedPtr
- Class XpsPathGeometry
- Class PointF
- Class DocumentUtils
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++