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

NameTypeAccessDescription
idxintReadGets the idx.
is_holeboolReadGets the is hole.
is_openboolReadGets the is open.
first_leftOptional["OutRec"]ReadGets the first left.
ptsOptional["OutPt"]ReadGets the pts.
bottom_ptOptional["OutPt"]ReadGets the bottom pt.
poly_nodeOptional[PolyNode]ReadGets the poly node.

Methods

SignatureDescription
__init__()

See Also