OutRec
Overview
OutRec is a class in Aspose.Page FOSS for Python.
This class provides 1 method for working with OutRec 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: bottom_pt, first_left, idx, is_hole, is_open, poly_node, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
idx | int | Read | Gets the idx. |
is_hole | bool | Read | Gets the is hole. |
is_open | bool | Read | Gets the is open. |
first_left | Optional["OutRec"] | Read | Gets the first left. |
pts | Optional["OutPt"] | Read | Gets the pts. |
bottom_pt | Optional["OutPt"] | Read | Gets the bottom pt. |
poly_node | Optional[PolyNode] | Read | Gets the poly node. |
Methods
| Signature | Description |
|---|---|
__init__() |