Ejemplo n.º 1
0
 private void InitBlock()
 {
     computed = new ComputedComponents(this);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 4
0
 private void InitBlock()
 {
     computed = new ComputedComponents(this);
 }