MonobjcMonobjc Documented Class Library
IsDataRetained Property
NamespacesMonobjc.AppKitNSImageIsDataRetained

Returns a Boolean value indicating whether the receiver retains its source image data. (Deprecated in Mac OS X v10.6. In Mac OS v10.6, NSImage no longer discards data in such a way that the original can no longer be reconstructed. There is no replacement method.)

Original signature is '- (BOOL)isDataRetained'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.6. In Mac OS v10.6, NSImage no longer discards data in such a way that the original can no longer be reconstructed. There is no replacement method.")]
public virtual bool IsDataRetained { get; set; }
<ObsoleteAttribute("Deprecated in Mac OS X v10.6. In Mac OS v10.6, NSImage no longer discards data in such a way that the original can no longer be reconstructed. There is no replacement method.")> _
Public Overridable Property IsDataRetained As Boolean
	Get
	Set
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.6. In Mac OS v10.6, NSImage no longer discards data in such a way that the original can no longer be reconstructed. There is no replacement method.")]
public:
virtual property bool IsDataRetained {
	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)