IDLitWindow::OnResize
Syntax | Arguments | Keywords | Version History
The IDLitWindow::OnResize procedure method handles notification from the window that a resize event has occurred.
Note
By default, the OnResize method will automatically resize the window and then call the OnResize method for the contained scene. If you are using a subclass of IDLitWindow and require additional functionality, you should override this method. Your method will be automatically called when a resize event occurs.
Syntax
Obj->[IDLitWindow::]OnResize, Width, Height
Arguments
Width
A floating-point value representing the new width of the canvas (in device coordinates).
Height
A floating-point value representing the new height of the canvas (in device coordinates).
Keywords
None
Version History