OSDN Git Service

silverlight5
[psychlops/silverlight.git] / dev5 / WriteableBitmapEx / Readme.txt
1 Description\r
2 °°°°°°°°°°°\r
3 \r
4 The WriteableBitmapEx library is a collection of extension methods for Silverlight's WriteableBitmap. The WriteableBitmap class that was added in Silverlight 3, allows the direct manipulation of a bitmap and could be used to generate fast procedural images by drawing directly to a bitmap. The WriteableBitmap API is very minimalistic and there's only the raw Pixels array for such operations. The WriteableBitmapEx library tries to compensate that with extensions methods that are easy to use like built in methods and offer GDI+ like functionality. The library extends the WriteableBitmap class with elementary and fast (2D drawing) functionality, conversion methods and functions to combine (blit) WriteableBitmaps. \r
5 The extension methods are grouped into different CS files with a partial class. It is possible to include just a few methods by using the specific source CS files directly or all extension methods through the built library assembly.\r
6 \r
7 See http://writeablebitmapex.codeplex.com\r
8 \r
9 \r
10 Project structure\r
11 °°°°°°°°°°°°°°°°°\r
12 \r
13 It is possible to use the built assembly that contains all extension methods or just specific methods by using the CS files directly. The extension methods are grouped into multiple CS files.\r
14 \r
15 Solution: The Visual Studio solutions for the library itself and the samples.\r
16 Source:   The Visual Studio projects for the samples and the library (WriteableBitmapEx) with the WriteableBitmap*Extensions.cs files.\r
17 \r
18 \r
19 License\r
20 °°°°°°°\r
21 \r
22 The library is released under the Microsoft Public License (Ms-PL). Please read the License.txt for details.