Package prlsdkapi :: Class ScreenRes
[ hide private ]
[ frames ] | no frames ]

Class ScreenRes

object --+    
         |    
   _Handle --+
             |
            ScreenRes

The class provides methods for modify the list of screen resolutions available in a virtual machine. By default, only the most common resolutions are supported in a virtual machine. Using methods of this class, you can add additional resolutions and modify the existing ones if needed.

Instance Methods [ hide private ]
remove ( self )
Remove the specified screen resolution from the virtual machine.
is_enabled ( self )
Determine whether the screen resolution is enabled or not.
set_enabled ( self , bEnabled )
Enable or disables the specified screen resolution.
get_width ( self )
Return the width of the specified screen resolution.
set_width ( self , nWidth )
Modify the screen resolution width.
get_height ( self )
Return the height of the specified screen resolution.
set_height ( self , nHeight )
Modify the screen resolution height.

Inherited from _Handle : __del__ , __init__ , add_ref , free , from_string , get_handle_type , get_package_id , get_type

Inherited from object : __delattr__ , __format__ , __getattribute__ , __hash__ , __new__ , __reduce__ , __reduce_ex__ , __repr__ , __setattr__ , __sizeof__ , __str__ , __subclasshook__

Properties [ hide private ]

Inherited from object : __class__