Aspose::Page::XPS::DocumentUtils::CreateRegularInscribedNGon method
DocumentUtils::CreateRegularInscribedNGon method
Creates a path geometry representing a regular n-gon inscribed in a circle.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateRegularInscribedNGon(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++