pub fn set_view_rect(id: ViewId, x: u16, y: u16, width: u16, height: u16)
Expand description
  • id: View id.
  • x: Position x from the left corner of the window.
  • y: Position y from the top corner of the window.
  • width: Width of view port region.
  • height: Height of view port region.