MonobjcMonobjc Documented Class Library
IsMask Method (image)
NamespacesMonobjc.ApplicationServicesCGImageIsMask(IntPtr)

Returns whether a bitmap image is an image mask.

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

Available in Mac OS X version 10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool IsMask(
	IntPtr image
)
Public Shared Function IsMask ( _
	image As IntPtr _
) As Boolean
public:
static bool IsMask(
	IntPtr image
)
Parameters
image (IntPtr)
MISSING
Return Value
A Boolean value that indicates whether the image passed in the image parameter is an image mask (true indicates that the image is an image mask).
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)