Aspose::Page::XPS::DocumentUtils::CreateRegularInscribedNGon method
DocumentUtils::CreateRegularInscribedNGon method
Membuat geometri jalur yang mewakili n-gon reguler yang terinskripsi dalam sebuah lingkaran.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateRegularInscribedNGon(int32_t n, System::Drawing::PointF center, float radius)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| n | int32_t | Jumlah titik sudut. |
| center | System::Drawing::PointF | Pusat lingkaran. |
| radius | float | Jari-jari lingkaran. |
ReturnValue
Geometri jalur XPS.
Lihat Juga
- Typedef SharedPtr
- Class XpsPathGeometry
- Class PointF
- Class DocumentUtils
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++