Viewport

constructor(left: Int = 0, bottom: Int = 0, width: Int = 0, height: Int = 0)

Parameters

left

Left coordinate of the viewport (default: 0)

bottom

Bottom coordinate of the viewport (default: 0)

width

Width of the viewport in pixels (default: 0)

height

Height of the viewport in pixels (default: 0)