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