Browse Source
Update src/Avalonia.Visuals/Platform/IDrawingContextImpl.cs
Co-authored-by: Dariusz Komosiński <darek.komosinski@gmail.com>
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.Visuals/Platform/IDrawingContextImpl.cs
|
|
|
@ -150,7 +150,7 @@ namespace Avalonia.Platform |
|
|
|
void PopGeometryClip(); |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Pushes an bitmap blending value.
|
|
|
|
/// Pushes a bitmap blending value.
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="blendingMode">The bitmap blending mode.</param>
|
|
|
|
void PushBitmapBlendMode(BitmapBlendingMode blendingMode); |
|
|
|
|