MonobjcMonobjc Documented Class Library
ImageRepsWithPasteboard Method (pasteboard)
NamespacesMonobjc.AppKitNSImageRepImageRepsWithPasteboard(NSPasteboard)

Creates and returns an array of image representation objects initialized using the contents of the pasteboard.

Original signature is '+ (NSArray *)imageRepsWithPasteboard:(NSPasteboard *)pasteboard'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSArray ImageRepsWithPasteboard(
	NSPasteboard pasteboard
)
Public Shared Function ImageRepsWithPasteboard ( _
	pasteboard As NSPasteboard _
) As NSArray
public:
static NSArray^ ImageRepsWithPasteboard(
	NSPasteboard^ pasteboard
)
Parameters
pasteboard (NSPasteboard)
The pasteboard containing the image data.
Return Value
An array of image representation objects. The array contains one object for each image in the specified pasteboard.
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)