Function x11rb::protocol::xproto::fill_poly[][src]

pub fn fill_poly<'c, 'input, Conn: ?Sized>(
    conn: &'c Conn,
    drawable: Drawable,
    gc: Gcontext,
    shape: PolyShape,
    coordinate_mode: CoordMode,
    points: &'input [Point]
) -> Result<VoidCookie<'c, Conn>, ConnectionError> where
    Conn: RequestConnection + ?Sized