private void InitBlock() { computed = new ComputedComponents(this); }
public bool Equals(ComputedComponents cc) { return (h == cc.h && w == cc.w && ulx == cc.ulx && uly == cc.uly && offset == cc.offset && scanw == cc.scanw); }
public bool Equals(ComputedComponents cc) { return(h == cc.h && w == cc.w && ulx == cc.ulx && uly == cc.uly && offset == cc.offset && scanw == cc.scanw); }