Gets a crop bounds of this user-selected file if it is an image.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public MustOverride ReadOnly Property CropBounds As Rectangle
public abstract Rectangle CropBounds { get; }
Type: System.Drawing.Rectangle
The crop bounds of this user-selected file if it is an image. Otherwise, this property returns a 0
size rectangle.