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