Namespace: Rx.Net.Codec – Class: ImageFile – Assembly: Rx.Net.Mixed

ImageFile.Cropping Property

C#
public double[] Cropping { get; set; }

The cropping used for saving images.

The cropping array must be null or must contain 4 double values. The first value defines the left border, the second value the right border, the third value the top border and the fourth value the bottom border. The values must be given between 0.0 and 1.0 and are the percentages of the image dimensions.