Home | Trees | Indices | Help |
|
---|
|
object --+ | bases._Type0 --+ | Rect
Python Type, wrapping an ObjC NSRect_t.
Instance Methods | |||
|
|||
Inherited from Inherited from |
Properties | |
bottom Get the lower y coordinate ( float or int ).
|
|
height Get the height ( float ).
|
|
left Get the lower x coordinate ( float or int ).
|
|
origin Get the origin (Point, list , tuple or
NSPoint_t ).
|
|
rect Get x, y, width, height (4-tuple). |
|
right Get the upper x coordinate ( float or int ).
|
|
size Get the size (Size). |
|
top Get the upper y coordinate ( float or int ).
|
|
width Get the width ( float or int ).
|
|
x Get the x coordinate ( float or int ).
|
|
y Get the y coordinate ( float or int ).
|
|
Inherited from Inherited from |
Method Details |
New Rect
from another Rect,
|
Property Details |
bottomGet the lower y coordinate (
|
heightGet the height (
|
leftGet the lower x coordinate (
|
originGet the origin (Point,
|
rectGet x, y, width, height (4-tuple).
|
rightGet the upper x coordinate (
|
sizeGet the size (Size). |
topGet the upper y coordinate (
|
widthGet the width (
|
xGet the x coordinate (
|
yGet the y coordinate (
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Nov 16 20:16:50 2020 | http://epydoc.sourceforge.net |