MonobjcMonobjc Documented Class Library
BitmapImageRepForCachingDisplayInRect Method (aRect)
NamespacesMonobjc.AppKitNSViewBitmapImageRepForCachingDisplayInRect(NSRect)

Returns a bitmap-representation object suitable for caching the specified portion of the receiver.

Original signature is '- (NSBitmapImageRep *)bitmapImageRepForCachingDisplayInRect:(NSRect)aRect'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSBitmapImageRep BitmapImageRepForCachingDisplayInRect(
	NSRect aRect
)
Public Overridable Function BitmapImageRepForCachingDisplayInRect ( _
	aRect As NSRect _
) As NSBitmapImageRep
public:
virtual NSBitmapImageRep^ BitmapImageRepForCachingDisplayInRect(
	NSRect aRect
)
Parameters
aRect (NSRect)
A rectangle defining the area of the receiver to be cached.
Return Value
An autoreleased NSBitmapImageRep object or nil if the object could not be created.
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)