[][src]Function xcb_util::image::get

pub fn get(
    c: &Connection,
    drawable: Drawable,
    x: i16,
    y: i16,
    width: u16,
    height: u16,
    plane_mask: u32,
    format: ImageFormat
) -> Result<Image, ()>