public static void to_drawable (Window window, Drawable drawable, int src_x, int src_y, int dest_x, int dest_y, int width, int height)
Redirects drawing into window so that drawing to the window in the rectangle specified by
src_x, src_y, width and height is also drawn into drawable at
dest_x, dest_y.