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.

C# | Visual Basic | Visual C++ |
public virtual NSBitmapImageRep BitmapImageRepForCachingDisplayInRect( NSRect aRect )
Public Overridable Function BitmapImageRepForCachingDisplayInRect ( _ aRect As NSRect _ ) As NSBitmapImageRep
public: virtual NSBitmapImageRep^ BitmapImageRepForCachingDisplayInRect( NSRect aRect )

- aRect (NSRect)
- A rectangle defining the area of the receiver to be cached.

An autoreleased NSBitmapImageRep object or nil if the object could not be created.

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