Class: Widget
Lua
C++
Edit

Widget::Draw

This method is called each time the widget is redrawn.

Syntax

Parameter Description
x x screen coordinate of drawn area
y y screen coordinate of drawn area
width width of the drawn area
height height of the drawn area

Remarks

This is a protected virtual method. It can only be used by declaring it in a custom widget.

Copyright © 2024 Ultra Software.
All rights reserved.