'Declaration Public Overloads Overrides 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 override Vintasoft.Imaging.VintasoftBitmap Resize(
Vintasoft.Imaging.VintasoftBitmap bitmap,
int newWidth,
int newHeight,
TaskCancellationDelegate cancellationHandler
)
public: Vintasoft.Imaging.VintasoftBitmap* Resize(
Vintasoft.Imaging.VintasoftBitmap* bitmap,
int newWidth,
int newHeight,
TaskCancellationDelegate* cancellationHandler
); override
public:
Vintasoft.Imaging.VintasoftBitmap^ Resize(
Vintasoft.Imaging.VintasoftBitmap^ bitmap,
int newWidth,
int newHeight,
TaskCancellationDelegate^ cancellationHandler
); override
Parameters
- bitmap
- Растровое изображение.
- newWidth
- Новая ширина.
- newHeight
- Новая высота.
- cancellationHandler
- Обработчик отмены.
Return Value
Новый экземпляр VintasoftBitmap, представляющий растровое изображение с измененным размером.