'Declaration Public Overloads Overrides Function Resize( _
ByVal bitmapРастровое изображение для обработки.As Vintasoft.Imaging.VintasoftBitmap, _
ByVal newWidthНовая ширина.As Integer, _
ByVal newHeightНовая высота.As Integer, _
ByVal cancellationHandlerОбработчик отмены.As Vintasoft.Barcode.TaskCancellationDelegate _
) As Vintasoft.Imaging.VintasoftBitmap
public override Vintasoft.Imaging.VintasoftBitmap Resize(
Vintasoft.Imaging.VintasoftBitmap bitmap,
int newWidth,
int newHeight,
Vintasoft.Barcode.TaskCancellationDelegate cancellationHandler
)
Parameters
- bitmap
- Растровое изображение для обработки.
- newWidth
- Новая ширина.
- newHeight
- Новая высота.
- cancellationHandler
- Обработчик отмены.
Return Value
Новый экземпляр VintasoftBitmap, представляющий растровое изображение с измененным размером.