MonobjcMonobjc Documented Class Library
ImageRepsWithData Method (bitmapData)
NamespacesMonobjc.AppKitNSBitmapImageRepImageRepsWithData(NSData)

Creates and returns an array of initialized NSBitmapImageRep objects corresponding to the images in the supplied data.

Original signature is '+ (NSArray *)imageRepsWithData:(NSData *)bitmapData'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSArray ImageRepsWithData(
	NSData bitmapData
)
Public Shared Function ImageRepsWithData ( _
	bitmapData As NSData _
) As NSArray
public:
static NSArray^ ImageRepsWithData(
	NSData^ bitmapData
)
Parameters
bitmapData (NSData)
A data object containing one or more bitmapped images or nil if the class is unable to create an image representation. The bitmapData parameter can contain data in any supported bitmap format.
Return Value
An array of NSBitmapImageRep instances or an empty array if the class is unable to create any image representations.
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)