MonobjcMonobjc Documented Class Library
ScalesWhenResized Property
NamespacesMonobjc.AppKitNSImageScalesWhenResized

Returns a Boolean value indicating whether image representations are scaled to fit the receiver's size. (Deprecated in Mac OS X v10.6. This method was related to caching behavior. In Mac OS X v10.6 and later image caching is no long necessary and as a resuilt there is no replacement necessary.)

Original signature is '- (BOOL)scalesWhenResized'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.6. This method was related to caching behavior. In Mac OS X v10.6 and later image caching is no long necessary and as a resuilt there is no replacement necessary.")]
public virtual bool ScalesWhenResized { get; set; }
<ObsoleteAttribute("Deprecated in Mac OS X v10.6. This method was related to caching behavior. In Mac OS X v10.6 and later image caching is no long necessary and as a resuilt there is no replacement necessary.")> _
Public Overridable Property ScalesWhenResized As Boolean
	Get
	Set
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.6. This method was related to caching behavior. In Mac OS X v10.6 and later image caching is no long necessary and as a resuilt there is no replacement necessary.")]
public:
virtual property bool ScalesWhenResized {
	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)