Table of Contents

Method CreateBitmapScaler

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Windows.dll

CreateBitmapScaler(IBitmapSource, int, int, BitmapInterpolationMode)

IBitmapSource CreateBitmapScaler(IBitmapSource source, int dstWidth, int dstHeight, BitmapInterpolationMode mode)

Parameters

source IBitmapSource
dstWidth int
dstHeight int
mode BitmapInterpolationMode

Returns

IBitmapSource