VariationRegionAxis

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

NameTypeAccessDescription
startfloatReadGets the start.
peakfloatReadGets the peak.
endfloatReadGets the end.

Methods

SignatureDescription
scalar(coordinate: float)floatReturns the scalar float value for a given coordinate along the axis, using the axis’s start, peak, and end properties

See Also