IDLitDirectWindow
Superclasses | Creation | Properties | Methods | Version History
An IDLitDirectWindow object is a representation of an on-screen area on a display device that serves as a graphics destination. In contrast to IDLgrWindow and IDLitWindow, the IDLitDirectWindow uses Direct Graphics.
Important! You must note the following:
- The IDLitDirectWindow is designed for use only with the Export Bridge. The event notification methods will be called automatically by the Export Bridge, but will not be called when the IDLitDirectWindow class is used in other contexts. For more information, see Exporting Drawable Objects (IDL Connectivity Bridges).
- Objects or subclasses of this type can not be saved or restored.
- If you are using a multi-monitor setup on X (under UNIX), you cannot have the window on the second monitor. For more information, see UNIX Multi-Monitor Configurations (Using IDL).
Superclasses
Creation
Properties
Objects of this class have the following properties. See IDLitDirectWindow Properties for details on individual properties.
In addition, objects of this class inherit the properties of all superclasses of this class.
Methods
This class has the following methods:
Version History