Browse Source

Update src/Avalonia.Headless/HeadlessPlatformRenderInterface.cs

pull/5683/head
Jumar Macato 5 years ago
committed by GitHub
parent
commit
cd35e2c35e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Headless/HeadlessPlatformRenderInterface.cs

2
src/Avalonia.Headless/HeadlessPlatformRenderInterface.cs

@ -393,7 +393,7 @@ namespace Avalonia.Headless
{
}
public void DrawBitmap(IRef<IBitmapImpl> source, double opacity, Rect sourceRect, Rect destRect, BitmapInterpolationMode bitmapInterpolationMode = BitmapInterpolationMode.Default, BitmapBlendingMode bitmapBlendingMode = BitmapBlendingMode.SourceOver)
public void DrawBitmap(IRef<IBitmapImpl> source, double opacity, Rect sourceRect, Rect destRect, BitmapInterpolationMode bitmapInterpolationMode = BitmapInterpolationMode.Default)
{
}

Loading…
Cancel
Save