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