Exemplo n.º 1
0
 public CImage Execute(CImage img)
 {
     return(Transformations.Crop(img, _x, _y, _width, _height));
 }