Photo_Editor_Application.PhotoEditorForm.cropImageButton_Click Function
Opens theCrop Dialog box window to allow the user to specify a new image size. The image will be cropped to the width and height where the cropped image is taken from the middle of the original image.

Private void cropImageButton_Click (object, System.EventArgs)
  Type Name Description  
    object sender A reference to the object calling this method  
    System.EventArgs e The event arguments provided by the event handler  
  Return Description  
    void