Layer.refresh

Refreshes the layer and its components with a given width and height. Usually the resolution width and height.

class Layer
final
void
refresh
(
size_t width
,
size_t height
)

Parameters

width size_t

The width to refresh with.

height size_t

The height to refresh with.

Meta