MonobjcMonobjc Documented Class Library
AddImageForDurationWithAttributes Method (image, duration, attributes)
NamespacesMonobjc.QTKitQTTrackAddImageForDurationWithAttributes(NSImage, QTTime, NSDictionary)

Adds an image to a QTTrack object for the specified duration, using attributes specified in the attributes dictionary.

Original signature is '- (void)addImage:(NSImage *)image forDuration:(QTTime)duration withAttributes:(NSDictionary *)attributes'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AddImageForDurationWithAttributes(
	NSImage image,
	QTTime duration,
	NSDictionary attributes
)
Public Overridable Sub AddImageForDurationWithAttributes ( _
	image As NSImage, _
	duration As QTTime, _
	attributes As NSDictionary _
)
public:
virtual void AddImageForDurationWithAttributes(
	NSImage^ image, 
	QTTime duration, 
	NSDictionary^ attributes
)
Parameters
image (NSImage)
An NSImage that is to be appended to the target track.
duration (QTTime)
A QTTime structure that indicates the desired duration of the appended image in the track.
attributes (NSDictionary)
An NSDictionary object that specifies attributes of the appended image.
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.QTKit (Module: Monobjc.QTKit)