Summary
Controls the performance and quality of bitmap scaling.
- Namespace
- Avalonia
.Visuals .Media .Imaging - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["BitmapInterpolationMode"]
class Type type-node
Syntax
public enum BitmapInterpolationMode
Fields
Name | Constant Value | Summary |
---|---|---|
Default | 0 |
Uses the default behavior of the underling render backend.
static
|
HighQuality | 3 |
Highest quality but worst performance.
static
|
LowQuality | 1 |
The best performance but worst image quality.
static
|
MediumQuality | 2 |
Good performance and decent image quality.
static
|