|
IDL Reference Guide: iTools Object Classes |
|
The IDLitDirectWindow::OnResize procedure method handles notification from the window that a resize event has occurred.
| Note This method is only useful in conjunction with the Export Bridge. By default, the OnResize method will automatically resize the window. If you are using a subclass of IDLitDirectWindow and require additional functionality, you should override this method. Your method will be automatically called by the Export Bridge. For more information, see Exporting Drawable Objects. |
Obj->[IDLitDirectWindow::]OnResize, Width, Height
A floating-point value representing the new width of the canvas (in device coordinates).
A floating-point value representing the new height of the canvas (in device coordinates).
None
IDL Online Help (March 06, 2007)