Component.refresh

Refreshes the component with a given width ahd height. This is usually the layer size which is usually the window size.

class Component
abstract
void
refresh
(
size_t width
,
size_t height
)

Parameters

width size_t

The width.

height size_t

The height.

Meta