pub fn crop<T: Image>( start: (usize, usize), size: (usize, usize), frame: T, ) -> Crop<T>
Crops the given frame to the given rectangle.