Click or drag to resize

CropCommandCropRect Property

Gets or sets the rectangular portion of the source image to copy into a new image.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Rectangle CropRect { get; set; }

Property Value

Type: Rectangle
The rectangular portion of the source image to copy into a new image.
Exceptions
ExceptionCondition
Thrown if the width or height of the crop rectangle is less than or equal to 0.
See Also