PolyNode
Overview
PolyNode is a class in Aspose.Page FOSS for Python.
This class provides 2 methods for working with PolyNode objects in Python programs.
Available methods include: __init__, add_child.
All public members are accessible to any Python application after installing the Aspose.Page FOSS for Python package.
Properties: child_count, childs, contour, index, is_hole, is_open, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
is_hole | bool | Read | Gets the is hole. |
contour | List[IntPoint] | Read | Gets the contour. |
child_count | int | Read | Gets the child count. |
parent | Optional["PolyNode"] | Read | Gets the parent. |
polygon | List[IntPoint] | Read | Gets the polygon. |
index | int | Read | Gets the index. |
childs | List["PolyNode"] | Read | Gets the childs. |
is_open | bool | Read | Gets the is open. |
Methods
| Signature | Description |
|---|---|
__init__() | |
add_child(child: "PolyNode") |