Browse Source
Update src/Avalonia.Headless/HeadlessPlatformRenderInterface.cs
pull/5683/head
Jumar Macato
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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) |
|
|
|
{ |
|
|
|
|
|
|
|
} |
|
|
|
|