Browse Source
fix HeadlessPlatformRenderInterface.cs
pull/5683/head
Jumar Macato
5 years ago
No known key found for this signature in database
GPG Key ID: B19884DAC3A5BF3F
1 changed files with
10 additions and
0 deletions
-
src/Avalonia.Headless/HeadlessPlatformRenderInterface.cs
|
|
|
@ -375,6 +375,16 @@ namespace Avalonia.Headless |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
public void PushBitmapBlendMode(BitmapBlendingMode blendingMode) |
|
|
|
{ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
public void PopBitmapBlendMode() |
|
|
|
{ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
public void Custom(ICustomDrawOperation custom) |
|
|
|
{ |
|
|
|
|
|
|
|
|