Aspose::Page::XPS::DocumentUtils::CreateRegularInscribedNGon método

DocumentUtils::CreateRegularInscribedNGon method

Crea una geometría de ruta que representa un n-gono regular inscrito en un círculo.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateRegularInscribedNGon(int32_t n, System::Drawing::PointF center, float radius)
ParámetroTipoDescripción
nint32_tEl número de vértices.
centroSystem::Drawing::PointFEl centro del círculo.
radiusfloatEl radio del círculo.

ReturnValue

La XPS geometría de ruta.

Ver también