Class ImageResizeSettings
Class ImageResizeSettings
Nama dari : Aspose.Imaging Pengumpulan: Aspose.Imaging.dll (25.4.0)
Image Resize Pengaturan Kelas
public class ImageResizeSettings
Inheritance
anggota yang diwarisi
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
ImageResizeSettings()
Initifikasi instansi baru dari kelas Aspose.Imaging.ImageResizeSettings.
public ImageResizeSettings()
Properties
ColorCompareMethod
Dapatkan atau menetapkan metode perbandingan warna.
public ColorCompareMethod ColorCompareMethod { get; set; }
Nilai Properti
ColorQuantizationMethod
Dapatkan atau menetapkan metode kuantitas warna.
public ColorQuantizationMethod ColorQuantizationMethod { get; set; }
Nilai Properti
EntriesCount
Mendapatkan atau menetapkan jumlah entri
public int EntriesCount { get; set; }
Nilai Properti
FilterType
Dapatkan atau menetapkan jenis filter.
public ImageFilterType FilterType { get; set; }
Nilai Properti
Mode
Dapatkan atau menetapkan mode interpolasi.
public ResizeType Mode { get; set; }