Download WriteableBitmapEx

Description

The WriteableBitmapEx library is a collection of extension methods for the WriteableBitmap. The library adds elementary (drawing) functionality.

Icons

WriteableBitmapEx

Source Files

The download file writeablebitmapex.zip has the following entries.


trunk/3rdParty/nuget/nuget.exe// w  w w. java 2s  .  c  o  m
trunk/License.txt
trunk/Nuget/WriteableBitmapEx.nuspec
trunk/Nuget/pack.cmd
trunk/Nuget/push.cmd
trunk/Readme.txt
trunk/Solution/WriteableBitmapExBlitSample.sln
trunk/Solution/WriteableBitmapExCurveSample.sln
trunk/Solution/WriteableBitmapExFillSample.sln
trunk/Solution/WriteableBitmapExLibrary.sln
trunk/Solution/WriteableBitmapExShapeSample.sln
trunk/Solution/WriteableBitmapExWinPhoneLibrary.sln
trunk/Solution/WriteableBitmapExWinPhonePerformanceSample.sln
trunk/Solution/WriteableBitmapEx_All.sln
trunk/Source/Common/GlobalAssemblyInfo.cs
trunk/Source/WriteableBitmapEx.WinRT/Properties/AssemblyInfo.cs
trunk/Source/WriteableBitmapEx.WinRT/WriteableBitmapEx.WinRT.csproj
trunk/Source/WriteableBitmapEx.Wpf/NativeMethods.cs
trunk/Source/WriteableBitmapEx.Wpf/Properties/AssemblyInfo.cs
trunk/Source/WriteableBitmapEx.Wpf/WriteableBitmapEx.Wpf.csproj
trunk/Source/WriteableBitmapEx/BitmapContext.cs
trunk/Source/WriteableBitmapEx/BitmapFactory.cs
trunk/Source/WriteableBitmapEx/Properties/AssemblyInfo.cs
trunk/Source/WriteableBitmapEx/Properties/WBX_key.snk
trunk/Source/WriteableBitmapEx/WriteableBitmapBaseExtensions.cs
trunk/Source/WriteableBitmapEx/WriteableBitmapBlitExtensions.cs
trunk/Source/WriteableBitmapEx/WriteableBitmapContextExtensions.cs
trunk/Source/WriteableBitmapEx/WriteableBitmapConvertExtensions.cs
trunk/Source/WriteableBitmapEx/WriteableBitmapEx.csproj
trunk/Source/WriteableBitmapEx/WriteableBitmapExWinPhone.csproj
trunk/Source/WriteableBitmapEx/WriteableBitmapExWinPhone8.csproj
trunk/Source/WriteableBitmapEx/WriteableBitmapFillExtensions.cs
trunk/Source/WriteableBitmapEx/WriteableBitmapFilterExtensions.cs
trunk/Source/WriteableBitmapEx/WriteableBitmapShapeExtensions.cs
trunk/Source/WriteableBitmapEx/WriteableBitmapSplineExtensions.cs
trunk/Source/WriteableBitmapEx/WriteableBitmapTransformationExtensions.cs
trunk/Source/WriteableBitmapExBlitSample.WinRT/App.xaml
trunk/Source/WriteableBitmapExBlitSample.WinRT/App.xaml.cs
trunk/Source/WriteableBitmapExBlitSample.WinRT/Assets/Logo.png
trunk/Source/WriteableBitmapExBlitSample.WinRT/Assets/SmallLogo.png
trunk/Source/WriteableBitmapExBlitSample.WinRT/Assets/SplashScreen.png
trunk/Source/WriteableBitmapExBlitSample.WinRT/Assets/StoreLogo.png
trunk/Source/WriteableBitmapExBlitSample.WinRT/Common/StandardStyles.xaml
trunk/Source/WriteableBitmapExBlitSample.WinRT/MainPage.xaml
trunk/Source/WriteableBitmapExBlitSample.WinRT/MainPage.xaml.cs
trunk/Source/WriteableBitmapExBlitSample.WinRT/Package.appxmanifest
trunk/Source/WriteableBitmapExBlitSample.WinRT/Properties/AssemblyInfo.cs
trunk/Source/WriteableBitmapExBlitSample.WinRT/WriteableBitmapExBlitSample.WinRT.csproj
trunk/Source/WriteableBitmapExBlitSample.WinRT/WriteableBitmapExBlitSample.WinRT_TemporaryKey.pfx
trunk/Source/WriteableBitmapExBlitSample.Wpf/App.xaml
trunk/Source/WriteableBitmapExBlitSample.Wpf/App.xaml.cs
trunk/Source/WriteableBitmapExBlitSample.Wpf/MainWindow.xaml
trunk/Source/WriteableBitmapExBlitSample.Wpf/MainWindow.xaml.cs
trunk/Source/WriteableBitmapExBlitSample.Wpf/Properties/AssemblyInfo.cs
trunk/Source/WriteableBitmapExBlitSample.Wpf/Properties/Resources.Designer.cs
trunk/Source/WriteableBitmapExBlitSample.Wpf/Properties/Resources.resx
trunk/Source/WriteableBitmapExBlitSample.Wpf/Properties/Settings.Designer.cs
trunk/Source/WriteableBitmapExBlitSample.Wpf/Properties/Settings.settings
trunk/Source/WriteableBitmapExBlitSample.Wpf/WriteableBitmapExBlitSample.Wpf.csproj
trunk/Source/WriteableBitmapExBlitSample.Wpf/app.config
trunk/Source/WriteableBitmapExBlitSample/App.xaml
trunk/Source/WriteableBitmapExBlitSample/App.xaml.cs
trunk/Source/WriteableBitmapExBlitSample/Data/FlowerBurst.jpg
trunk/Source/WriteableBitmapExBlitSample/Data/circle.png
trunk/Source/WriteableBitmapExBlitSample/HslColor.cs
trunk/Source/WriteableBitmapExBlitSample/MainPage.xaml
trunk/Source/WriteableBitmapExBlitSample/MainPage.xaml.cs
trunk/Source/WriteableBitmapExBlitSample/Particle.cs
trunk/Source/WriteableBitmapExBlitSample/ParticleEmitter.cs
trunk/Source/WriteableBitmapExBlitSample/Properties/AppManifest.xml
trunk/Source/WriteableBitmapExBlitSample/Properties/AssemblyInfo.cs
trunk/Source/WriteableBitmapExBlitSample/WriteableBitmapExBlitSample.csproj
trunk/Source/WriteableBitmapExCurveSample.Web/Default.aspx
trunk/Source/WriteableBitmapExCurveSample.Web/Default.aspx.cs
trunk/Source/WriteableBitmapExCurveSample.Web/Default.aspx.designer.cs
trunk/Source/WriteableBitmapExCurveSample.Web/Properties/AssemblyInfo.cs
trunk/Source/WriteableBitmapExCurveSample.Web/Silverlight.js
trunk/Source/WriteableBitmapExCurveSample.Web/Web.config
trunk/Source/WriteableBitmapExCurveSample.Web/WriteableBitmapExCurveSample.Web.csproj
trunk/Source/WriteableBitmapExCurveSample.Web/WriteableBitmapExCurveSampleTestPage.aspx
trunk/Source/WriteableBitmapExCurveSample.Web/WriteableBitmapExCurveSampleTestPage.html
trunk/Source/WriteableBitmapExCurveSample.WinRT/App.xaml
trunk/Source/WriteableBitmapExCurveSample.WinRT/App.xaml.cs
trunk/Source/WriteableBitmapExCurveSample.WinRT/Assets/Logo.png
trunk/Source/WriteableBitmapExCurveSample.WinRT/Assets/SmallLogo.png
trunk/Source/WriteableBitmapExCurveSample.WinRT/Assets/SplashScreen.png
trunk/Source/WriteableBitmapExCurveSample.WinRT/Assets/StoreLogo.png
trunk/Source/WriteableBitmapExCurveSample.WinRT/Common/StandardStyles.xaml
trunk/Source/WriteableBitmapExCurveSample.WinRT/Package.appxmanifest
trunk/Source/WriteableBitmapExCurveSample.WinRT/Properties/AssemblyInfo.cs
trunk/Source/WriteableBitmapExCurveSample.WinRT/WriteableBitmapExCurveSample.WinRT.csproj
trunk/Source/WriteableBitmapExCurveSample.WinRT/WriteableBitmapExCurveSample.WinRT_TemporaryKey.pfx
trunk/Source/WriteableBitmapExCurveSample.Wpf/App.xaml
trunk/Source/WriteableBitmapExCurveSample.Wpf/App.xaml.cs
trunk/Source/WriteableBitmapExCurveSample.Wpf/MainWindow.xaml
trunk/Source/WriteableBitmapExCurveSample.Wpf/MainWindow.xaml.cs
trunk/Source/WriteableBitmapExCurveSample.Wpf/Properties/AssemblyInfo.cs
trunk/Source/WriteableBitmapExCurveSample.Wpf/Properties/Resources.Designer.cs
trunk/Source/WriteableBitmapExCurveSample.Wpf/Properties/Resources.resx
trunk/Source/WriteableBitmapExCurveSample.Wpf/Properties/Settings.Designer.cs
trunk/Source/WriteableBitmapExCurveSample.Wpf/Properties/Settings.settings
trunk/Source/WriteableBitmapExCurveSample.Wpf/WriteableBitmapExCurveSample.Wpf.csproj
trunk/Source/WriteableBitmapExCurveSample.Wpf/app.config
trunk/Source/WriteableBitmapExCurveSample/App.xaml
trunk/Source/WriteableBitmapExCurveSample/App.xaml.cs
trunk/Source/WriteableBitmapExCurveSample/ControlPoint.cs
trunk/Source/WriteableBitmapExCurveSample/MainPage.xaml
trunk/Source/WriteableBitmapExCurveSample/MainPage.xaml.cs
trunk/Source/WriteableBitmapExCurveSample/Plant/Branch.cs
trunk/Source/WriteableBitmapExCurveSample/Plant/BranchPoint.cs
trunk/Source/WriteableBitmapExCurveSample/Plant/Plant.cs
trunk/Source/WriteableBitmapExCurveSample/Plant/Vector.cs
trunk/Source/WriteableBitmapExCurveSample/Properties/AppManifest.xml
trunk/Source/WriteableBitmapExCurveSample/Properties/AssemblyInfo.cs
trunk/Source/WriteableBitmapExCurveSample/WriteableBitmapExCurveSample.csproj
trunk/Source/WriteableBitmapExCurvesSample.WinRT/App.xaml
trunk/Source/WriteableBitmapExCurvesSample.WinRT/App.xaml.cs
trunk/Source/WriteableBitmapExCurvesSample.WinRT/Assets/Logo.png
trunk/Source/WriteableBitmapExCurvesSample.WinRT/Assets/SmallLogo.png
trunk/Source/WriteableBitmapExCurvesSample.WinRT/Assets/SplashScreen.png
trunk/Source/WriteableBitmapExCurvesSample.WinRT/Assets/StoreLogo.png
trunk/Source/WriteableBitmapExCurvesSample.WinRT/Common/StandardStyles.xaml
trunk/Source/WriteableBitmapExCurvesSample.WinRT/MainPage.xaml
trunk/Source/WriteableBitmapExCurvesSample.WinRT/MainPage.xaml.cs
trunk/Source/WriteableBitmapExCurvesSample.WinRT/Package.appxmanifest
trunk/Source/WriteableBitmapExCurvesSample.WinRT/Properties/AssemblyInfo.cs
trunk/Source/WriteableBitmapExCurvesSample.WinRT/WriteableBitmapExCurvesSample.WinRT.csproj
trunk/Source/WriteableBitmapExCurvesSample.WinRT/WriteableBitmapExCurvesSample.WinRT_TemporaryKey.pfx
trunk/Source/WriteableBitmapExFillSample.Web/Properties/AssemblyInfo.cs
trunk/Source/WriteableBitmapExFillSample.Web/Silverlight.js
trunk/Source/WriteableBitmapExFillSample.Web/Web.Debug.config
trunk/Source/WriteableBitmapExFillSample.Web/Web.Release.config
trunk/Source/WriteableBitmapExFillSample.Web/Web.config
trunk/Source/WriteableBitmapExFillSample.Web/WriteableBitmapExFillSample.Web.csproj
trunk/Source/WriteableBitmapExFillSample.Web/WriteableBitmapExFillSampleTestPage.html
trunk/Source/WriteableBitmapExFillSample.Wpf/App.xaml
trunk/Source/WriteableBitmapExFillSample.Wpf/App.xaml.cs
trunk/Source/WriteableBitmapExFillSample.Wpf/MainWindow.xaml
trunk/Source/WriteableBitmapExFillSample.Wpf/MainWindow.xaml.cs
trunk/Source/WriteableBitmapExFillSample.Wpf/Properties/AssemblyInfo.cs
trunk/Source/WriteableBitmapExFillSample.Wpf/Properties/Resources.Designer.cs
trunk/Source/WriteableBitmapExFillSample.Wpf/Properties/Resources.resx
trunk/Source/WriteableBitmapExFillSample.Wpf/Properties/Settings.Designer.cs
trunk/Source/WriteableBitmapExFillSample.Wpf/Properties/Settings.settings
trunk/Source/WriteableBitmapExFillSample.Wpf/WriteableBitmapExFillSample.Wpf.csproj
trunk/Source/WriteableBitmapExFillSample/App.xaml
trunk/Source/WriteableBitmapExFillSample/App.xaml.cs
trunk/Source/WriteableBitmapExFillSample/MainPage.xaml
trunk/Source/WriteableBitmapExFillSample/MainPage.xaml.cs
trunk/Source/WriteableBitmapExFillSample/Properties/AppManifest.xml
trunk/Source/WriteableBitmapExFillSample/Properties/AssemblyInfo.cs
trunk/Source/WriteableBitmapExFillSample/WriteableBitmapExFillSample.csproj
trunk/Source/WriteableBitmapExShapeSample.Wpf/App.xaml
trunk/Source/WriteableBitmapExShapeSample.Wpf/App.xaml.cs
trunk/Source/WriteableBitmapExShapeSample.Wpf/MainWindow.xaml
trunk/Source/WriteableBitmapExShapeSample.Wpf/MainWindow.xaml.cs
trunk/Source/WriteableBitmapExShapeSample.Wpf/Properties/AssemblyInfo.cs
trunk/Source/WriteableBitmapExShapeSample.Wpf/Properties/Resources.Designer.cs
trunk/Source/WriteableBitmapExShapeSample.Wpf/Properties/Resources.resx
trunk/Source/WriteableBitmapExShapeSample.Wpf/Properties/Settings.Designer.cs
trunk/Source/WriteableBitmapExShapeSample.Wpf/Properties/Settings.settings
trunk/Source/WriteableBitmapExShapeSample.Wpf/WriteableBitmapExShapeSample.Wpf.csproj
trunk/Source/WriteableBitmapExShapeSample.Wpf/app.config
trunk/Source/WriteableBitmapExShapeSample/App.xaml
trunk/Source/WriteableBitmapExShapeSample/App.xaml.cs
trunk/Source/WriteableBitmapExShapeSample/MainPage.xaml
trunk/Source/WriteableBitmapExShapeSample/MainPage.xaml.cs
trunk/Source/WriteableBitmapExShapeSample/Properties/AppManifest.xml
trunk/Source/WriteableBitmapExShapeSample/Properties/AssemblyInfo.cs
trunk/Source/WriteableBitmapExShapeSample/WriteableBitmapExShapeSample.csproj
trunk/Source/WriteableBitmapExWinPhone8CurveSample/App.xaml
trunk/Source/WriteableBitmapExWinPhone8CurveSample/App.xaml.cs
trunk/Source/WriteableBitmapExWinPhone8CurveSample/Assets/AlignmentGrid.png
trunk/Source/WriteableBitmapExWinPhone8CurveSample/Assets/ApplicationIcon.png
trunk/Source/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/FlipCycleTileLarge.png
trunk/Source/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/FlipCycleTileMedium.png
trunk/Source/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/FlipCycleTileSmall.png
trunk/Source/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/IconicTileMediumLarge.png
trunk/Source/WriteableBitmapExWinPhone8CurveSample/Assets/Tiles/IconicTileSmall.png
trunk/Source/WriteableBitmapExWinPhone8CurveSample/LocalizedStrings.cs
trunk/Source/WriteableBitmapExWinPhone8CurveSample/Properties/AppManifest.xml
trunk/Source/WriteableBitmapExWinPhone8CurveSample/Properties/AssemblyInfo.cs
trunk/Source/WriteableBitmapExWinPhone8CurveSample/Properties/WMAppManifest.xml
trunk/Source/WriteableBitmapExWinPhone8CurveSample/Resources/AppResources.Designer.cs
trunk/Source/WriteableBitmapExWinPhone8CurveSample/Resources/AppResources.resx
trunk/Source/WriteableBitmapExWinPhone8CurveSample/WriteableBitmapExWinPhone8CurveSample.csproj
trunk/Source/WriteableBitmapExWinPhoneCurveSample/App.xaml
trunk/Source/WriteableBitmapExWinPhoneCurveSample/App.xaml.cs
trunk/Source/WriteableBitmapExWinPhoneCurveSample/ApplicationIcon.png
trunk/Source/WriteableBitmapExWinPhoneCurveSample/Background.png
trunk/Source/WriteableBitmapExWinPhoneCurveSample/MainPage.xaml
trunk/Source/WriteableBitmapExWinPhoneCurveSample/MainPage.xaml.cs
trunk/Source/WriteableBitmapExWinPhoneCurveSample/Properties/AppManifest.xml
trunk/Source/WriteableBitmapExWinPhoneCurveSample/Properties/AssemblyInfo.cs
trunk/Source/WriteableBitmapExWinPhoneCurveSample/Properties/WMAppManifest.xml
trunk/Source/WriteableBitmapExWinPhoneCurveSample/SplashScreenImage.jpg
trunk/Source/WriteableBitmapExWinPhoneCurveSample/WriteableBitmapExWinPhoneCurveSample.csproj
trunk/Source/WriteableBitmapExWinPhonePerformanceSample/App.xaml
trunk/Source/WriteableBitmapExWinPhonePerformanceSample/App.xaml.cs
trunk/Source/WriteableBitmapExWinPhonePerformanceSample/ApplicationIcon.png
trunk/Source/WriteableBitmapExWinPhonePerformanceSample/Background.png
trunk/Source/WriteableBitmapExWinPhonePerformanceSample/MainPage.xaml
trunk/Source/WriteableBitmapExWinPhonePerformanceSample/MainPage.xaml.cs
trunk/Source/WriteableBitmapExWinPhonePerformanceSample/Properties/AppManifest.xml
trunk/Source/WriteableBitmapExWinPhonePerformanceSample/Properties/AssemblyInfo.cs
trunk/Source/WriteableBitmapExWinPhonePerformanceSample/Properties/WMAppManifest.xml
trunk/Source/WriteableBitmapExWinPhonePerformanceSample/SplashScreenImage.jpg
trunk/Source/WriteableBitmapExWinPhonePerformanceSample/WriteableBitmapExWinPhonePerformanceSample.csproj
trunk/Source/WriteableBitmapExWinPhoneXnaDependant/Properties/AssemblyInfo.cs
trunk/Source/WriteableBitmapExWinPhoneXnaDependant/WriteableBitmapExWinPhone8XnaDependant.csproj
trunk/Source/WriteableBitmapExWinPhoneXnaDependant/WriteableBitmapExWinPhoneXnaDependant.csproj
trunk/Source/WriteableBitmapExWinPhoneXnaDependant/WriteableBitmapWindowsPhoneXnaExtensions.cs
trunk/wbx_logo.png

Download

Click the following link to download writeablebitmapex.zip.

writeablebitmapex.zip




















Home »
  C# Free Code »
    Development »




Algorithm
ANTLR
AOP
Application
Barcode
CHM
Design Patterns
Desktop
DotNet
DotNet Engine
DotNet Application
DotNet Assembly
DotNet Library
Engine
Epub
Example
File
File Library
Framework
GIS
Intellisense
IoC
Library
log4net
Matlab
MSBuild
MVC
MVP
MVVM
Numerical Library
NUnit
OpenCL
Plugin
Quartz
Resx File
SDK
SMS
Thread
UnitTest
Utility
VisualStudio
Windows
XML