예제 #1
0
 public SectionDecoder(String sectionFile, int id)
 {
     this.decoded       = false;
     this.id            = id;
     this.sectionBitmap = new Bitmap(Image.FromFile(sectionFile));
     this.data          = new DecodedSectionData();
 }
예제 #2
0
 public SectionDecoder(String sectionFile, int id)
 {
     this.decoded = false;
     this.id = id;
     this.sectionBitmap = new Bitmap(Image.FromFile(sectionFile));
     this.data = new DecodedSectionData();
 }