MonobjcMonobjc Documented Class Library
ImageDidLoadRepresentationHeader Method (image, rep)
NamespacesMonobjc.AppKitINSImageDelegateImageDidLoadRepresentationHeader(NSImage, NSImageRep)

During incremental loading, this method is called once enough data has been read to determine the size of the image.

Original signature is '- (void)image:(NSImage *)image didLoadRepresentationHeader:(NSImageRep *)rep'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
void ImageDidLoadRepresentationHeader(
	NSImage image,
	NSImageRep rep
)
Sub ImageDidLoadRepresentationHeader ( _
	image As NSImage, _
	rep As NSImageRep _
)
void ImageDidLoadRepresentationHeader(
	NSImage^ image, 
	NSImageRep^ rep
)
Parameters
image (NSImage)
The image object whose contents are being loaded.
rep (NSImageRep)
The image representation object that is receiving and processing the image 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)