WriteableBitmapEx icon indicating copy to clipboard operation
WriteableBitmapEx copied to clipboard

Collection of extension methods for the XAML WriteableBitmap

Results 17 WriteableBitmapEx issues
Sort by recently updated
recently updated
newest added

When I fill a rectangle with a color with an alpha channel, it draws the color bleaker but I can 't see what's underneath the rectangle anymore.

I did some cleanup to the code files. here is details: - Move examples files into `Examples` folder in the root - Combined .sln files of example (there where a...

Hello, After exploring code about `BitmapContext` i realized that it is trying to handle some complexity with extra lines of code. i'm not sure the purpose of this code unless...

Hi, If i want to use `WriteableBitmapEx` in a multi thread app, which a single thread is responsible for rendering an image in real-time, very much like rendering a game,...

Please support also WinUI 3.

This PR adds extension methods for the `BitmapContext` class that allow users to perform drawing operations directly on a `BitmapContext` instead of having to go through the `WriteableBitmap`. This enables...

Hi, Is there any plan to support UWP under modern .NET? I need it to upgrade my app to .NET 9 and have to resort to building it from source...