MonobjcMonobjc Documented Class Library
RestoreCachedImage Method
NamespacesMonobjc.AppKitNSWindowRestoreCachedImage()()()()

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RestoreCachedImage()
Public Overridable Sub RestoreCachedImage
public:
virtual void RestoreCachedImage()
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)