MonobjcMonobjc Documented Class Library
CacheImageInRect Method (rectangle)
NamespacesMonobjc.AppKitNSWindowCacheImageInRect(NSRect)

Stores the window’s raster image from a given rectangle expressed in the window’s base coordinate system.

Original signature is '- (void)cacheImageInRect:(NSRect)rectangle'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void CacheImageInRect(
	NSRect rectangle
)
Public Overridable Sub CacheImageInRect ( _
	rectangle As NSRect _
)
public:
virtual void CacheImageInRect(
	NSRect rectangle
)
Parameters
rectangle (NSRect)
The rectangle representing the image to cache.
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)