示例#1
0
 public override void DefineCropArea(int cropAreaId, int x, int y, int width, int height)
 {
     VerifyResult(_cco.DefineCropArea(cropAreaId, x, y, width, height));
 }