Function x11rb::protocol::xproto::poly_point

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