|
IDL Reference Guide: iTools Object Classes |
|
The IDLitDirectWindow::OnExpose procedure method handles notification from the window that an expose event has occurred.
| Note This method is only useful in conjunction with the Export Bridge. By default, the OnExpose method will automatically redraw 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::]OnExpose, X, Y, Width, Height
A floating-point value representing the x-coordinate of the lower left corner of the newly exposed portion of the canvas (in device coordinates).
A floating-point value representing the y-coordinate of the lower left corner of the newly exposed portion of the canvas (in device coordinates).
A floating-point value representing the width of the newly exposed portion of the canvas (in device coordinates).
A floating-point value representing the height of the newly exposed portion of the canvas (in device coordinates).
None
IDL Online Help (March 06, 2007)