VariationRegionAxis
Overview
VariationRegionAxis is a class in Aspose.Font FOSS for Python.
VariationRegionAxis.scalar(coordinate) returns the scalar float value for a given coordinate along the axis, using the axis’s start, peak, and end properties.
This class provides 1 method for working with VariationRegionAxis objects in Python programs.
Available methods include: scalar.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Properties: end, peak, start.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
start | float | Read | Gets the start. |
peak | float | Read | Gets the peak. |
end | float | Read | Gets the end. |
Methods
| Signature | Description |
|---|---|
scalar(coordinate: float) → float | Returns the scalar float value for a given coordinate along the axis, using the axis’s start, peak, and end properties |