Click or drag to resize
ImageEditorCrop Method
Crops the image with the specified dimensions

Namespace: Kettic.AspNet.Controls.Editor
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void Crop(
	Rectangle rect
)

Parameters

rect
Type: System.DrawingRectangle
The rectangle area that should be left from the original image
See Also