public void AddImage(NSImage image, QTTime forDuration, QTImageAttributes attributes) { if (attributes == null) { throw new ArgumentNullException("attributes"); } AddImage(image, forDuration, attributes.ToDictionary()); }
public QTTimeRange(QTTime time, QTTime duration) { Time = time; Duration = duration; }
public void AddImage (NSImage image, QTTime forDuration, QTImageAttributes attributes) { if (attributes == null) throw new ArgumentNullException ("attributes"); AddImage (image, forDuration, attributes.ToDictionary ()); }