'Declaration Public Overloads Overrides Function Resize( _
ByVal bitmapThe bitmap to process.As Vintasoft.Imaging.VintasoftBitmap, _
ByVal newWidthThe new width.As Integer, _
ByVal newHeightThe new height.As Integer, _
ByVal cancellationHandlerThe cancellation handler.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
- The bitmap to process.
- newWidth
- The new width.
- newHeight
- The new height.
- cancellationHandler
- The cancellation handler.
Return Value
A new instance of VintasoftBitmap that represents resized bitmap.