Crops images by removing outer parts of an image to maintain aspect ratio. The control itself does not resize images however. Please see for more information: http://deepliquid.com/content/Jcrop.html

Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public class CropImage : BaseUserControl
Visual Basic
Public Class CropImage
	Inherits BaseUserControl
Visual C++
public ref class CropImage : public BaseUserControl
F#
type CropImage =  
    class
        inherit BaseUserControl
    end

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..UserControl
        UserControlBase
          MonoSoftware.MonoX..::..BaseUserControl
            MonoSoftware.MonoX.Controls..::..CropImage

See Also