MonobjcMonobjc Documented Class Library
GetShouldInterpolate Method (image)
NamespacesMonobjc.ApplicationServicesCGImageGetShouldInterpolate(IntPtr)

Returns the interpolation setting for a bitmap image.

Original signature is 'bool CGImageGetShouldInterpolate ( CGImageRef image );'

Available in Mac OS X version 10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool GetShouldInterpolate(
	IntPtr image
)
Public Shared Function GetShouldInterpolate ( _
	image As IntPtr _
) As Boolean
public:
static bool GetShouldInterpolate(
	IntPtr image
)
Parameters
image (IntPtr)
MISSING
Return Value
Returns 1 if interpolation is enabled for the specified bitmap image (or image mask), otherwise, returns 0.
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)