Splices the window’s cached image rectangles, if any, back into its raster image (and buffer if it has one), undoing the effect of any drawing performed within those areas since they were established using cacheImageInRect:.
Original signature is '- (void)restoreCachedImage'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual void RestoreCachedImage()
Public Overridable Sub RestoreCachedImage
public: virtual void RestoreCachedImage()

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)