[ Previous | Next | Contents | Glossary | Home | Search ]
Ultimedia Services Version 2 for AIX: Programmer's Guide and Reference

Programming with the UMSImageWindow Object

The UMSImageWindow object is an Ultimedia Services Version 2 feature and does not apply to Ultimedia Services Version 1.2.1.

This object inherits from the UMSXWindow object.

Because the interface requires X11-specific structure definitions and information unavailable to SOM, this object cannot be used with DSOM.

UMSImageWindow Methods

UMSImageWindow includes the following methods:

set_image_size Sets the width and height of the images.
get_image_size Returns the values set with set_image_size.
display_image Puts an image into the window.
set_display_size Sets the width and height the image appears when it is put in the window.
get_display_size Returns the values set with set_display_size.

For introductory information, see Programming with Image Window Objects.


[ Previous | Next | Contents | Glossary | Home | Search ]