Function imageproc::drawing::draw_hollow_rect [] [src]

pub fn draw_hollow_rect<I>(image: &I,
                           rect: Rect,
                           color: I::Pixel)
                           -> VecBuffer<I::Pixel> where I: GenericImage, I::Pixel: 'static

Draws as much of the boundary of a rectangle as lies inside the image bounds.