copyToScreen

fun copyToScreen(x: Float, y: Float, width: Float, height: Float): Boolean

Copy command, to copy the given square to the display buffer

Return

true if the given information is valid

Parameters

x

left pixel coordinate

y

top pixel coordinate

width

the width of the required square

height

the height of the required square