IManagedPresSpaceHandle
- The IManagedPresSpaceHandle class is a wrapper for graphics context or presentation space handles.
IManagedPresSpaceHandle - Member Functions and Data by Group
Constructors & Destructor
Use the functions in this group to create and destroy objects of class IManagedPresSpaceHandle.
- ~IManagedPresSpaceHandle
public:
~IManagedPresSpaceHandle()
- Destroys the IManagedPresSpaceHandle object.
- Supported Platforms
Windows |
OS/2 |
AIX |
Yes |
Yes |
Yes |
- IManagedPresSpaceHandle
- This constructor creates an IManagedPresSpaceHandle object.
Overload 1
public:
IManagedPresSpaceHandle(IWindow* window)
- Use this constructor to create an IManagedPresSpaceHandle using the given window.
- window
- The window to be used.
- Supported Platforms
Windows |
OS/2 |
AIX |
Yes |
Yes |
Yes |
Overload 2
public:
IManagedPresSpaceHandle(const IWindowHandle& windowHandle)
- Use this constructor to create an IManagedPresSpaceHandle object from the given window handle.
- windowHandle
- A constant reference to the window handle.
- Supported Platforms
Windows |
OS/2 |
AIX |
Yes |
Yes |
Yes |
Casting Operator
This group consists of the casting operator.
- operator IPresSpaceHandle
public:
operator IPresSpaceHandle()
- Casting operator.
- Supported Platforms
Windows |
OS/2 |
AIX |
Yes |
Yes |
Yes |
Inherited Public Functions
Inherited Public Data
Inherited Protected Functions
Inherited Protected Data