MonobjcMonobjc Documented Class Library
IncrementalLoadFromDataComplete Method (data, complete)
NamespacesMonobjc.AppKitNSBitmapImageRepIncrementalLoadFromDataComplete(NSData, Boolean)

Loads the current image data into an incrementally-loaded image representation and returns the current status of the image.

Original signature is '- (NSInteger)incrementalLoadFromData:(NSData *)data complete:(BOOL)complete'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger IncrementalLoadFromDataComplete(
	NSData data,
	bool complete
)
Public Overridable Function IncrementalLoadFromDataComplete ( _
	data As NSData, _
	complete As Boolean _
) As NSInteger
public:
virtual NSInteger IncrementalLoadFromDataComplete(
	NSData^ data, 
	bool complete
)
Parameters
data (NSData)
A data object that contains the image to be loaded.
complete (Boolean)
YES if the image is entirely downloaded, NO otherwise.
Return Value
An integer constant indicating the status of the image during the load operation. See the discussion for details.
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)