Aspose::Page::XPS::DocumentUtils::CreateRegularInscribedNGon method

DocumentUtils::CreateRegularInscribedNGon method

Crea una geometria di percorso che rappresenta un n-gono regolare inscritto in un cerchio.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateRegularInscribedNGon(int32_t n, System::Drawing::PointF center, float radius)
ParametroTipoDescrizione
nint32_tIl numero di vertici.
centerSystem::Drawing::PointFIl centro del cerchio.
radiusfloatIl raggio del cerchio.

ReturnValue

La geometria di percorso XPS.

Vedi anche