other ¶
Classes:
-
Coordinate–Positive set of (x, y) coordinates.
-
Position–Positive set of an (x,y) offset relative to the top left corner of an area.
-
Size–Positive set of an (x,y), (horizontal,vertical), size of an area.
Coordinate ¶
Positive set of (x, y) coordinates.
Raises:
-
ValueError–Negative values were passed.
Attributes:
Source code in jetpytools/enums/other.py
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | |
Position ¶
Bases: Coordinate
Positive set of an (x,y) offset relative to the top left corner of an area.
Attributes:
Source code in jetpytools/enums/other.py
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | |
Size ¶
Bases: Coordinate
Positive set of an (x,y), (horizontal,vertical), size of an area.
Attributes:
Source code in jetpytools/enums/other.py
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | |