MonobjcMonobjc Documented Class Library
ImageRepClassForData Method (data)
NamespacesMonobjc.AppKitNSImageRepImageRepClassForData(NSData)

Returns the NSImageRep subclass that handles the specified type of data.

Original signature is '+ (Class)imageRepClassForData:(NSData *)data'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static Class ImageRepClassForData(
	NSData data
)
Public Shared Function ImageRepClassForData ( _
	data As NSData _
) As Class
public:
static Class^ ImageRepClassForData(
	NSData^ data
)
Parameters
data (NSData)
The image data.
Return Value
A Class object for the image representation that can handle the data, or nil if no image representation could handle the data.
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)