Function xcb::xproto::poly_fill_rectangle[][src]

pub fn poly_fill_rectangle<'a>(
    c: &'a Connection,
    drawable: Drawable,
    gc: Gcontext,
    rectangles: &[Rectangle]
) -> VoidCookie<'a>

Fills rectangles

Fills the specified rectangle(s) in the order listed in the array. For any given rectangle, each pixel is not drawn more than once. If rectangles intersect, the intersecting pixels are drawn multiple times.

parameters: