xcb_copy_area

@brief copy areas

@param c The connection @param src_drawable The source drawable (Window or Pixmap). @param dst_drawable The destination drawable (Window or Pixmap). @param gc The graphics context to use. @param src_x The source X coordinate. @param src_y The source Y coordinate. @param dst_x The destination X coordinate. @param dst_y The destination Y coordinate. @param width The width of the area to copy (in pixels). @param height The height of the area to copy (in pixels). @return A cookie

Copies the specified rectangle from \a src_drawable to \a dst_drawable.

Meta