DeltaPoint
DeltaPoint
Overview
DeltaPoint є клас у Aspose.Font FOSS для Python.
DeltaPoint.to_dict returns a dictionary of the point’s numeric components.
Цей клас надає 1 метод для роботи з об’єктами DeltaPoint в програмах Python. Доступні методи включають: to_dict. Всі публічні члени доступні будь-якій додаткові Python після встановлення Aspose.Font FOSS для пакету Python. Свойства: dx, dy, index, magnitude.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
index | int | Read | Знайшов індекс. |
dx | float | Read | Обирає DX. |
dy | float | Read | Знайде розбіжник. |
magnitude | float | Read | Знайде величину. |
Methods
| Signature | Description |
|---|---|
to_dict() → `dict[str, float | int]` |