RenderOptionsGetBitmapInterpolationMode Method

Gets the value of the BitmapInterpolationMode attached property for a visual.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static BitmapInterpolationMode GetBitmapInterpolationMode(
	Visual visual
)

Parameters

visual  Visual
The control.

Return Value

BitmapInterpolationMode
The value.

See Also