Robmikh.Util.CompositionImageLoader 0.4.0-alpha

Suggested Alternatives

Robmikh.CompositionSurfaceFactory

This is a prerelease version of Robmikh.Util.CompositionImageLoader.
dotnet add package Robmikh.Util.CompositionImageLoader --version 0.4.0-alpha
                    
NuGet\Install-Package Robmikh.Util.CompositionImageLoader -Version 0.4.0-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.4.0-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Robmikh.Util.CompositionImageLoader" Version="0.4.0-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Robmikh.Util.CompositionImageLoader" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Robmikh.Util.CompositionImageLoader --version 0.4.0-alpha
                    
#r "nuget: Robmikh.Util.CompositionImageLoader, 0.4.0-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.
#addin nuget:?package=Robmikh.Util.CompositionImageLoader&version=0.4.0-alpha&prerelease
                    
Install Robmikh.Util.CompositionImageLoader as a Cake Addin
#tool nuget:?package=Robmikh.Util.CompositionImageLoader&version=0.4.0-alpha&prerelease
                    
Install Robmikh.Util.CompositionImageLoader as a Cake Tool

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 0.4.0:
*Added LoadImageFromBytes

Version 0.3.4:
*Fixed a bug where TextSurface could resize a surface to 0,0 during RedrawSurface().

Version 0.3.3:
*Fixed a bug with initializing ImageLoader with a device

Version 0.3.2:
*Added the ability to use a shared lock

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