Обзор
PointF это класс в Aspose.Slides для Python.
Представляет собой 2-мерную точку с плавучими координатами, эквивалентную System.Drawing.PointF.
Методы
| Name | Type | Access | Description |
|---|
x | `` | Read | Gets the x. |
y | `` | Read | Gets the y. |
| Signature | Description |
|---|
__init__(x: float, y: float) | |