WriteableBitmapEx is a cool library that gives you extra tools for working with Silverlight's WriteableBitmap. If you're not familiar, the WriteableBitmap class came out in Silverlight 3 and is also on Windows Phone. It lets you play around with bitmap images directly, which means you can create quick images by drawing right onto them.
The WriteableBitmap API is pretty basic; it mostly just has the raw Pixels array for your image work. But here’s where WriteableBitmapEx shines! It adds easy-to-use extension methods that feel just like built-in functions and give you GDI+ style features.
This library takes the standard WriteableBitmap class and supercharges it with fast and simple 2D drawing options. Plus, it has handy conversion methods and functions to combine or “blit” different WriteableBitmaps together.
The extension methods are organized into various CS files using a partial class setup. You can choose to include just a handful of methods by pulling in specific source CS files or get everything at once through the main library assembly. This makes it flexible based on what you need!
If you're ready to give it a try, check out this link. It's a great way to enhance your bitmap experience!
Go to the Softpas website, press the 'Downloads' button, and pick the app you want to download and install—easy and fast!
SoftPas is your platform for the latest software and technology news, reviews, and guides. Stay up to date with cutting-edge trends in tech and software development.
Subscribe to newsletter
© Copyright 2024, SoftPas, All Rights Reserved.