Pengamatan umum
PointF adalah kelas di Aspose.Slides untuk Python.
Menampilkan titik 2D dengan koordinat float, setara dengan System.Drawing.PointF.
Metode-metode yang digunakan
| Name | Type | Access | Description |
|---|
x | `` | Read | Gets the x. |
y | `` | Read | Gets the y. |
| Signature | Description |
|---|
__init__(x: float, y: float) | |