Esempio n. 1
0
 public bool RecordAsGifAnimation(string path, int count, int offsetFrame, int freq, bool isTranslucent)
 {
     return(native.RecordAsGifAnimation(path, count, offsetFrame, freq, isTranslucent));
 }
Esempio n. 2
0
 public bool RecordAsGifAnimation(string path, int count, int offsetFrame, int freq, TransparenceType transparenceType)
 {
     return(native.RecordAsGifAnimation(path, count, offsetFrame, freq, transparenceType));
 }