Robmikh.Util.CompositionImageLoader 0.3.1-alpha

Suggested Alternatives

Robmikh.CompositionSurfaceFactory

This is a prerelease version of Robmikh.Util.CompositionImageLoader.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Robmikh.Util.CompositionImageLoader --version 0.3.1-alpha
NuGet\Install-Package Robmikh.Util.CompositionImageLoader -Version 0.3.1-alpha
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Robmikh.Util.CompositionImageLoader" Version="0.3.1-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Robmikh.Util.CompositionImageLoader --version 0.3.1-alpha
#r "nuget: Robmikh.Util.CompositionImageLoader, 0.3.1-alpha"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Robmikh.Util.CompositionImageLoader as a Cake Addin
#addin nuget:?package=Robmikh.Util.CompositionImageLoader&version=0.3.1-alpha&prerelease

// Install Robmikh.Util.CompositionImageLoader as a Cake Tool
#tool nuget:?package=Robmikh.Util.CompositionImageLoader&version=0.3.1-alpha&prerelease

An image loader to use with the Windows.UI.Composition api based on Win2D and written with C#.

Product Compatible and additional computed target framework versions.
Universal Windows Platform netcore50 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.0-alpha 1,246 4/12/2016
0.3.4-alpha 1,170 4/9/2016
0.3.3-alpha 1,186 4/5/2016
0.3.2-alpha 1,060 4/5/2016
0.3.1-alpha 1,042 3/14/2016
0.3.0-alpha 1,014 3/13/2016
0.2.3-alpha 1,050 3/13/2016
0.2.2-alpha 1,155 3/5/2016
0.2.1-alpha 1,054 3/1/2016
0.1.2-alpha 1,869 2/26/2016
0.1.1-alpha 1,371 2/26/2016
0.1.0-alpha 1,202 2/26/2016

Version 0.3.1:
*Added missing lock to TextSurface

Version 0.3.0:
*Added TextSurface

Version 0.2.3:
*Added the ability to specify the desired size

Version 0.2.2:
*Added Source property to ManagedSurface

Version 0.2.1:
*Fixed Device Lost events
*Added ManagedSurface