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

DocumentUtils::CreateRegularInscribedNGon method

Skapar en sökvägsgeometri som representerar en regelbunden n-gon inskriven i en cirkel.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateRegularInscribedNGon(int32_t n, System::Drawing::PointF center, float radius)
ParameterTypeBeskrivning
nint32_tAntalet hörn.
centerSystem::Drawing::PointFCentrumpunkten i cirkeln.
radiusfloatRadien av cirkeln.

ReturnValue

Den XPS sökvägsgeometrin.

Se även