Screen.setWidthAndHeight

Sets the width and height of the screen.

class Screen
package
void
setWidthAndHeight
(
size_t width
,
size_t height
)

Parameters

width size_t

The width.

height size_t

The height.

Meta