Пример #1
0
 protected BitmapEncoder(IPlatformBitmapEncoder platformImpl)
 {
     this.platformImpl = platformImpl;
     this.Frames = new List<BitmapFrame>();
 }
Пример #2
0
 protected BitmapEncoder(IPlatformBitmapEncoder platformImpl)
 {
     this.platformImpl = platformImpl;
     this.Frames       = new List <BitmapFrame>();
 }