Aspose::Page::XPS::DocumentUtils::CreateRegularInscribedNGon method
DocumentUtils::CreateRegularInscribedNGon method
Maakt een padgeometrie die een regelmatige n-puntige veelhoek ingeschreven in een cirkel weergeeft.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateRegularInscribedNGon(int32_t n, System::Drawing::PointF center, float radius)
| Parameter | Type | Beschrijving |
|---|---|---|
| n | int32_t | Het aantal hoekpunten. |
| center | System::Drawing::PointF | Het middelpunt van de cirkel. |
| radius | float | De straal van de cirkel. |
ReturnValue
De XPS padgeometrie.
Zie ook
- Typedef SharedPtr
- Class XpsPathGeometry
- Class PointF
- Class DocumentUtils
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++