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