7 changed files with 81 additions and 18 deletions
@ -0,0 +1,11 @@ |
|||
using Avalonia.Visuals.Media.Imaging; |
|||
|
|||
namespace Avalonia.Media.Imaging |
|||
{ |
|||
public struct BitmapDecodeOptions |
|||
{ |
|||
public PixelSize DecodePixelSize { get; set; } |
|||
|
|||
public BitmapInterpolationMode InterpolationMode { get; set; } |
|||
} |
|||
} |
|||
Loading…
Reference in new issue