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

NameTypeAccessDescription
edge1Optional[TEdge]ReadGets the edge1.
edge2Optional[TEdge]ReadGets the edge2.
ptIntPointReadGets the pt.
nextOptional["IntersectNode"]ReadGets the next.

Methods

SignatureDescription
__init__()

See Also