General
PointF és una classe en Aspose.Slides per Python.
Representa un punt 2D amb coordenades de flot, equivalent a System.Drawing.PointF.
Mètodes
| Name | Type | Access | Description |
|---|
x | `` | Read | Gets the x. |
y | `` | Read | Gets the y. |
| Signature | Description |
|---|
__init__(x: float, y: float) | |