示例#1
0
文件: Viewer.cs 项目: saihe/Effekseer
 public bool RecordAsGifAnimation(string path, int count, int offsetFrame, int freq, bool isTranslucent)
 {
     return(native.RecordAsGifAnimation(path, count, offsetFrame, freq, isTranslucent));
 }
示例#2
0
 public bool RecordAsGifAnimation(string path, int count, int offsetFrame, int freq, TransparenceType transparenceType)
 {
     return(native.RecordAsGifAnimation(path, count, offsetFrame, freq, transparenceType));
 }