Example #1
0
 public ImageFieldData(int offset, string name, Type type, int count, ImageHeader h) : this(offset, name, type, count)
 {
     Header = h;
 }
Example #2
0
 public ImageFieldData(int offset, string name, Type type, int count, ImageHeader h) : this(offset, name, type, count)
 {
     Header       = h;
     ParentHeader = h.ParentHeader;
 }