PreprocessingFilter.Resize

Resize(int, int, InterpolationFilterType)

Skala ulang gambar - Resolusi gambar naik atau turun.

public static PreprocessingFilter Resize(int width, int height, InterpolationFilterType type)
ParameterJenisKeterangan
widthInt32Lebar baru gambar.
heightInt32Ketinggian gambar yang baru.
typeInterpolationFilterTypeInterpolationFilterType

Nilai Pengembalian

ResizeFilter objek.

Lihat juga


Resize(int, int)

Skala ulang gambar - Resolusi gambar skala atas atau bawah. InterpolationFilterType = Lanczos8

public static PreprocessingFilter Resize(int width, int height)
ParameterJenisKeterangan
widthInt32Lebar baru gambar.
heightInt32Ketinggian gambar yang baru.

Nilai Pengembalian

ResizeFilter objek.

Lihat juga