Returns a constant that specifies the receiver’s interpolation behavior.
Original signature is '- (NSImageInterpolation)imageInterpolation'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSImageInterpolation ImageInterpolation { get; set; }
Public Overridable Property ImageInterpolation As NSImageInterpolation Get Set
public: virtual property NSImageInterpolation ImageInterpolation { NSImageInterpolation get (); void set (NSImageInterpolation value); }

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