size_change
Description:
public virtual signal void size_change (
int width,
int height)
The size_change signal is emitted each time the new frame has different dimensions to the previous frame.
Parameters:
width |
new width of the frames
|
height |
new height of the frames
|