IPlatformRenderInterface.

ResizeBitmap(IBitmapImpl, PixelSize, BitmapInterpolationMode) Method

Namespace
Avalonia.Platform
Containing Type
IPlatformRenderInterface

Syntax

IBitmapImpl ResizeBitmap(IBitmapImpl bitmapImpl, PixelSize destinationSize, BitmapInterpolationMode interpolationMode = HighQuality)

Parameters

Name Type Description
bitmapImpl IBitmapImpl
destinationSize PixelSize
interpolationMode BitmapInterpolationMode

Return Value

Type Description
IBitmapImpl