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

NameTypeAccessDescription
indexintReadGets the index.
dxfloatReadGets the dx.
dyfloatReadGets the dy.
magnitudefloatReadGets the magnitude.

Methods

SignatureDescription
to_dict()dict[str, float | int]Returns a dictionary of the point’s numeric components

See Also