示例#1
0
 public void AddImage(NSImage image, QTTime forDuration, QTImageAttributes attributes)
 {
     if (attributes == null)
     {
         throw new ArgumentNullException("attributes");
     }
     AddImage(image, forDuration, attributes.ToDictionary());
 }
示例#2
0
 public void AddImage(NSImage image, QTTime forDuration, QTImageAttributes attributes)
 {
     if (attributes == null)
         throw new ArgumentNullException ("attributes");
     AddImage (image, forDuration, attributes.ToDictionary ());
 }