|
|
|
|
|
polylineType(self)
Return type of this polygon (ptBox for all PolyBox objects),
see changeType. |
|
|
|
|
closed(self)
Return whether this polygon is closed (True for all
PolyBox objects.) |
|
|
|
|
center(self)
Return (x, y) coordinate tuple of the midpoint of this box. |
|
|
|
|
upperLeft(self)
Return coordinates of upper left corner. |
|
|
|
|
lowerRight(self)
Return coordinates of lower right corner. |
|
|
|
|
width(self)
Return width of this box. |
|
|
|
|
height(self)
Return height of this box. |
|
|
|
Inherited from PolylineBase:
__str__,
bounds,
changeType
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__
|