pub fn set_view_scissor(id: ViewId, params: SetViewScissorArgs)
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 scissor region.
  • height: Height of view scissor region.