IntersectNode
Overview
IntersectNode is a class in Aspose.Page FOSS for Python.
This class provides 1 method for working with IntersectNode 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: edge1, edge2, next, pt.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
edge1 | Optional[TEdge] | Read | Gets the edge1. |
edge2 | Optional[TEdge] | Read | Gets the edge2. |
pt | IntPoint | Read | Gets the pt. |
next | Optional["IntersectNode"] | Read | Gets the next. |
Methods
| Signature | Description |
|---|---|
__init__() |