RenderOptions.

SetBitmapInterpolationMode(AvaloniaObject, BitmapInterpolationMode) Method

Summary

Sets the value of the BitmapInterpolationMode attached property for a control.
Namespace
Avalonia.Media
Containing Type
RenderOptions

Syntax

public static void SetBitmapInterpolationMode(AvaloniaObject element, BitmapInterpolationMode value)

Parameters

Name Type Description
element AvaloniaObject The control.
value BitmapInterpolationMode The left value.

Return Value

Type Description
void