OSDN Git Service

3 to 4
[psychlops/silverlight.git] / dev4 / 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 was added in Silverlight 3. It 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. The library extends the WriteableBitmap class with elementary (2D drawing) functionality, supporting common shapes like point, line, ellipse, polyline, quad, rectangle, triangle, cubic Beziér and Cardinal spline. Conversion methods and functions to combine WriteableBitmaps (Blitting) are part of it too. \r
5 It is possible to use the built assembly that contains all extension methods or just specific methods by using the source CS files directly. The extension methods are grouped into multiple CS files.\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.