Aspose::Page::XPS::DocumentUtils::CreateEllipse metode
DocumentUtils::CreateEllipse method
Membuat geometri jalur yang mewakili sebuah elips.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateEllipse(System::Drawing::PointF center, float radiusX, float radiusY)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| center | System::Drawing::PointF | Titik pusat elips. |
| radiusX | float | Jari-jari horizontal elips. |
| radiusY | float | Jari-jari vertikal elips. |
ReturnValue
Geometri jalur XPS.
Lihat Juga
- Typedef SharedPtr
- Class XpsPathGeometry
- Class PointF
- Class DocumentUtils
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++