Documentation

Duplicate Image Rectangle (Blit) - Open Dev Kit Documentation

Open Dev Kit Documentation :: GUI :: Render Context :: Duplicate Image Rectangle (Blit)

GUI.RenderContext.Blit(
  Destination Area Rectangle,
  Source Area Rectangle
) 
Copies an image or a portion of it from a source area to a destination area

Parameters

Destination Area Rectangle
Destination rectangle within the render context where the image or its part will be copied
Source Area Rectangle
Source rectangle defining the portion of the image to be copied

Return Value

Nothing

If you think anything is missing, please feel free to: submit documentation feedback on this page