TEdge

Overview

TEdge is a class in Aspose.Page FOSS for Python.

This class provides 1 method for working with TEdge 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: bot, curr, delta, dx, next, next_in_ael, and 12 more.

Properties

NameTypeAccessDescription
botIntPointReadGets the bot.
currIntPointReadGets the curr.
topIntPointReadGets the top.
deltaIntPointReadGets the delta.
dxfloatReadGets the dx.
poly_typintReadGets the poly typ.
sideintReadGets the side.
wind_deltaintReadGets the wind delta.
wind_cntintReadGets the wind cnt.
wind_cnt2intReadGets the wind cnt2.
out_idxintReadGets the out idx.
nextOptional["TEdge"]ReadGets the next.
prevOptional["TEdge"]ReadGets the prev.
next_in_lmlOptional["TEdge"]ReadGets the next in lml.
next_in_aelOptional["TEdge"]ReadGets the next in ael.
prev_in_aelOptional["TEdge"]ReadGets the prev in ael.
next_in_selOptional["TEdge"]ReadGets the next in sel.
prev_in_selOptional["TEdge"]ReadGets the prev in sel.

Methods

SignatureDescription
__init__()

See Also