'Declaration Public Overloads Function Scale( _
ByVal bitmapThe source bitmap.As Vintasoft.Imaging.VintasoftBitmap, _
ByVal scaleThe scale factor.As Single, _
ByVal cancellationHandlerThe cancellation handler.As TaskCancellationDelegate _
) As Vintasoft.Imaging.VintasoftBitmap
public Vintasoft.Imaging.VintasoftBitmap Scale(
Vintasoft.Imaging.VintasoftBitmap bitmap,
float scale,
TaskCancellationDelegate cancellationHandler
)
Parameters
- bitmap
- The source bitmap.
- scale
- The scale factor.
- cancellationHandler
- The cancellation handler.
Return Value
A new instance of VintasoftBitmap that represents scaled bitmap.