Esempio n. 1
0
 public OcrRegion(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY, OcrRegionName regionName)
 {
     TopLeftX     = topLeftX;
     TopLeftY     = topLeftY;
     BottomRightX = bottomRightX;
     BottomRightY = bottomRightY;
     RegionName   = regionName;
 }
Esempio n. 2
0
 public OcrRegion(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY, OcrRegionName regionName)
 {
     TopLeftX = topLeftX;
     TopLeftY = topLeftY;            
     BottomRightX = bottomRightX;
     BottomRightY = bottomRightY;
     RegionName = regionName;
 }