void Graphics::drawImageCrop( int16_t x , int16_t y , int16_t w1 , int16_t i2offset , int16_t w2cropped , int16_t j2offset , int16_t h2cropped , Image img )
Graphics::drawImageCrop performs the actual drawing, with cropping stuff. This function is used internally, please use Graphics::drawImage if you want to draw an image.
none
N/A