Aspose::Page::XPS::DocumentUtils::CreateCircle metodo
DocumentUtils::CreateCircle method
Crea una geometria di percorso che rappresenta un cerchio.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateCircle(System::Drawing::PointF center, float radius)
| Parametro | Tipo | Descrizione |
|---|---|---|
| center | System::Drawing::PointF | Il punto centrale del cerchio. |
| radius | float | Il raggio del cerchio. |
ReturnValue
La geometria di percorso XPS.
Vedi anche
- Typedef SharedPtr
- Class XpsPathGeometry
- Class PointF
- Class DocumentUtils
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++