LocalMinima

Overview

LocalMinima is a class in Aspose.Page FOSS for Python.

This class provides 1 method for working with LocalMinima objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Page FOSS for Python package. Properties: left_bound, next, right_bound, y.

Properties

NameTypeAccessDescription
yintReadGets the y.
left_boundOptional[TEdge]ReadGets the left bound.
right_boundOptional[TEdge]ReadGets the right bound.
nextOptional["LocalMinima"]ReadGets the next.

Methods

SignatureDescription
__init__()

See Also