Badges.Controllers.ProfileController.Crop C# (CSharp) Method

Crop() public method

public Crop ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Crop()
        {
            return View();
        }

Same methods

ProfileController::Crop ( System.Web.HttpPostedFileBase picture, int x1, int x2, int y1, int y2, int w, int h ) : System.Web.Mvc.ActionResult