Context.setViewPort

Sets the render view port, which is the dimensions and position of the frame inside the window.

@param x The x coordinate @param y The y coordinate @param width The width @param height The height

class Context
abstract
void
setViewPort
(
uint x
,
uint y
,
uint width
,
uint height
)

Meta