Home | Trees | Indices | Help |
|
---|
|
object --+ | internals._Objectype --+ | baseTypes._Type0 --+ | Screen
Screen Python Type, wrapping ObjC NSRect_t.
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from |
Static Methods | |||
a new object with type S, a subtype of T |
|
Properties | |
bottom Get the lower y coordinate ( float or int ).
|
|
bottomleft Get the lower left corner (Point). |
|
bottomright Get the lower right corner (Point). |
|
center Get the center (Point). |
|
colorSpace Get the device color space ( str ).
|
|
deviceDescription Get the device descriptions (Adict). |
|
deviceDict Get the device descriptions (Adict). |
|
displayID Get the displayID aka NSScreenNumber of
this screen (int ).
|
|
frame Get the frame (Rect). |
|
isBuiltIn Is this the single, BuiltIn screen ( bool )?
|
|
isExternal Is this screen an External one ( bool )?
|
|
isMain Is this screen he current Main one ( bool )?
|
|
isPrinter Is this screen a printer ( bool or None )?
|
|
isScreen Is this screen a monitor ( bool or None )?
|
|
left Get the leftmost x coordinate ( float or
int ).
|
|
name Get the screen name ( str ).
|
|
named Get the localized name ( str ).
|
|
origin Get the origin (Point). |
|
pixels Get the device width and height pixel count ( Size ).
|
|
ratio Get the aspect ratio ( 2-tuple(wide, high) ).
|
|
resolutions Get the device width and height resolution in DPI ( Size ).
|
|
right Get the rightmost x coordinate ( float or
int ).
|
|
size Get the width and height (Size). |
|
top Get the upper y coordinate ( float or int ).
|
|
topleft Get the upper left corner (Point). |
|
topright Get the upper right corner (Point). |
|
visibleFrame Get the fram of the visible area (Frame). |
|
Inherited from Inherited from Inherited from |
Method Details |
|
Return a screen point off the upper left corner.
|
Property Details |
bottomGet the lower y coordinate (
|
bottomleftGet the lower left corner (Point).
|
bottomrightGet the lower right corner (Point).
|
centerGet the center (Point).
|
colorSpaceGet the device color space (
|
deviceDescriptionGet the device descriptions (Adict).
|
deviceDictGet the device descriptions (Adict).
|
displayIDGet the
|
frameGet the frame (Rect). |
isBuiltInIs this the single, BuiltIn screen (
|
isExternalIs this screen an External one (
|
isMainIs this screen he current Main one (
|
isPrinterIs this screen a printer (
|
isScreenIs this screen a monitor (
|
leftGet the leftmost x coordinate (
|
nameGet the screen name (
|
namedGet the localized name (
|
originGet the origin (Point).
|
pixelsGet the device width and height pixel count (
|
ratioGet the aspect ratio (
|
resolutionsGet the device width and height resolution in DPI
(
|
rightGet the rightmost x coordinate (
|
sizeGet the width and height (Size).
|
topGet the upper y coordinate (
|
topleftGet the upper left corner (Point).
|
toprightGet the upper right corner (Point).
|
visibleFrameGet the fram of the visible area (Frame).
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 8 11:26:16 2025 | http://epydoc.sourceforge.net |