示例#1
0
 public EndianReverser(ImageData imageData)
     : base(imageData.Size, imageData.BitDepth)
 {
     this.imageData = imageData;
 }