MonobjcMonobjc Documented Class Library
ImageDidLoadRepresentationWithStatus Method (image, rep, status)
NamespacesMonobjc.AppKitINSImageDelegateImageDidLoadRepresentationWithStatus(NSImage, NSImageRep, NSImageLoadStatus)

For incremental loading, this method is invoked when the specified image has been loaded and decompressed as fully as is possible.

Original signature is '- (void)image:(NSImage *)image didLoadRepresentation:(NSImageRep *)rep withStatus:(NSImageLoadStatus)status'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
void ImageDidLoadRepresentationWithStatus(
	NSImage image,
	NSImageRep rep,
	NSImageLoadStatus status
)
Sub ImageDidLoadRepresentationWithStatus ( _
	image As NSImage, _
	rep As NSImageRep, _
	status As NSImageLoadStatus _
)
void ImageDidLoadRepresentationWithStatus(
	NSImage^ image, 
	NSImageRep^ rep, 
	NSImageLoadStatus status
)
Parameters
image (NSImage)
The image object whose contents are being loaded.
rep (NSImageRep)
The image representation object that loaded the image data.
status (NSImageLoadStatus)
The status of the load operation. For a list of possible values, see NSImageLoadStatus in NSImage Class Reference.
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)