Übersicht über die
PointF ist eine Klasse in Aspose.Slides für Python.
Darstellt einen 2D-Punkt mit Float-Koordinaten, der System.Drawing.PointF entspricht.
Methoden und Verfahren
| Name | Type | Access | Description |
|---|
x | `` | Read | Gets the x. |
y | `` | Read | Gets the y. |
| Signature | Description |
|---|
__init__(x: float, y: float) | |