Beispiel #1
0
 public void WriteEffect(Stream stream, FileEffect[] fileEffect, FileEffectsFlags flags)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void WriteEffect(string fileName, FileEffect[] fileEffect, FileEffectsFlags flags)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public EffectList GetEffects(string fileName, FileEffectsFlags flags)
 {
     throw new NotImplementedException();
 }