Returns an NSCachedImageRep object initialized for drawing in the specified window. (Deprecated in Mac OS X v10.6.)
Original signature is '- (id)initWithWindow:(NSWindow *)aWindow rect:(NSRect)aRect'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Deprecated in Mac OS X v10.6.")] public virtual Id InitWithWindowRect( NSWindow aWindow, NSRect aRect )
<ObsoleteAttribute("Deprecated in Mac OS X v10.6.")> _ Public Overridable Function InitWithWindowRect ( _ aWindow As NSWindow, _ aRect As NSRect _ ) As Id
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.6.")] public: virtual Id^ InitWithWindowRect( NSWindow^ aWindow, NSRect aRect )

[Missing <returns> documentation for "M:Monobjc.AppKit.NSCachedImageRep.InitWithWindowRect(Monobjc.AppKit.NSWindow,Monobjc.Foundation.NSRect)"]

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