Displays an image that allows the user to drag a rectangle over it and return the cropped portion as an image bitmap.

For a list of all members of this type, see ImageCropper Members.

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         KrispWare.KrispControl
            KrispWare.ImageCropper

public class ImageCropper : KrispControl, IPostBackDataHandler

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

To use, set the ImageUrl property to the URL of the image you want cropped, and handle the ImageCropped event to retrieve a bitmap of the cropped portion of the image.

Requirements

Namespace: KrispWare

Assembly: ImageCropper (in ImageCropper.dll)

See Also

ImageCropper Members | KrispWare Namespace