Пример #1
0
 private void InitBlock()
 {
     computed = new ComputedComponents(this);
 }
Пример #2
0
 public bool Equals(ComputedComponents cc)
 {
     return (h == cc.h && w == cc.w && ulx == cc.ulx && uly == cc.uly && offset == cc.offset
             && scanw == cc.scanw);
 }
Пример #3
0
 public bool Equals(ComputedComponents cc)
 {
     return(h == cc.h && w == cc.w && ulx == cc.ulx && uly == cc.uly && offset == cc.offset && scanw == cc.scanw);
 }
Пример #4
0
 private void InitBlock()
 {
     computed = new ComputedComponents(this);
 }