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; }
Public Property CropRect As Rectangle
Get
Set
Property Value
Type:
Rectangle The rectangular portion of the source image to copy into a new image.
Exceptions Exception | Condition |
---|
| Thrown if the width or height of the crop rectangle is less than or equal to 0. |
See Also