[]
Represents an object used to remove a portion of an image.
public interface ICrop
Gets or sets the height of the image that is to be cropped.
double PictureHeight { get; set; }
Gets or sets the x-axis offset of the image that is to be cropped.
double PictureOffsetX { get; set; }
Gets or sets the y-axis offset of the image that is to be cropped.
double PictureOffsetY { get; set; }
Gets or sets the width of the image that is to be cropped.
double PictureWidth { get; set; }
Gets or sets the height of a shape that is used to crop an image.
double ShapeHeight { get; set; }
Gets or sets the location of the left-side of a shape that is used to crop an image.
double ShapeLeft { get; set; }
Gets or sets the location of the top of a shape that is used to crop an image.
double ShapeTop { get; set; }
Gets or sets the width of a shape that is used to crop an image.
double ShapeWidth { get; set; }