DeltaPoint
Overview
DeltaPoint is a class in Aspose.Font FOSS for Python.
DeltaPoint.to_dict returns a dictionary of the point’s numeric components.
This class provides 1 method for working with DeltaPoint objects in Python programs.
Available methods include: to_dict.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Properties: dx, dy, index, magnitude.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
index | int | Read | Gets the index. |
dx | float | Read | Gets the dx. |
dy | float | Read | Gets the dy. |
magnitude | float | Read | Gets the magnitude. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, float | int] | Returns a dictionary of the point’s numeric components |