Class ImageResizeSettings
Image resize settings class
public class ImageResizeSettings
- Inheritance
-
ImageResizeSettings
- Inherited Members
Constructors
ImageResizeSettings()
public ImageResizeSettings()
Properties
ColorCompareMethod
Gets or sets the color compare method.
public ColorCompareMethod ColorCompareMethod { get; set; }
Property Value
- ColorCompareMethod
The color compare method.
ColorQuantizationMethod
Gets or sets the color quantization method.
public ColorQuantizationMethod ColorQuantizationMethod { get; set; }
Property Value
- ColorQuantizationMethod
The color quantization method.
EntriesCount
Gets or sets the entries count
public int EntriesCount { get; set; }
Property Value
- int
The entries count
FilterType
Gets or sets the type of the filter.
public ImageFilterType FilterType { get; set; }
Property Value
- ImageFilterType
The type of the filter.
Mode
Gets or sets the interpolation mode.
public ResizeType Mode { get; set; }
Property Value
- ResizeType
The mode.