MonobjcMonobjc Documented Class Library
CacheDepthMatchesImageDepth Property
NamespacesMonobjc.AppKitNSImageCacheDepthMatchesImageDepth

Returns a Boolean value indicating whether an image's offscreen window caches use the same bit depth as the image data itself. (Deprecated in Mac OS X v10.6.NSImage no longer caches to windows. A cache is now generated appropriate for the destination where an image is drawn. There is no replacement method.)

Original signature is '- (BOOL)cacheDepthMatchesImageDepth'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.6. NSImage no longer caches to windows. A cache is now generated appropriate for the destination where an image is drawn. There is no replacement method.")]
public virtual bool CacheDepthMatchesImageDepth { get; set; }
<ObsoleteAttribute("Deprecated in Mac OS X v10.6. NSImage no longer caches to windows. A cache is now generated appropriate for the destination where an image is drawn. There is no replacement method.")> _
Public Overridable Property CacheDepthMatchesImageDepth As Boolean
	Get
	Set
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.6. NSImage no longer caches to windows. A cache is now generated appropriate for the destination where an image is drawn. There is no replacement method.")]
public:
virtual property bool CacheDepthMatchesImageDepth {
	bool get ();
	void set (bool value);
}
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)