Robmikh.CompositionSurfaceFactory
0.7.0-alpha
See the version list below for details.
Requires NuGet 2.5 or higher.
dotnet add package Robmikh.CompositionSurfaceFactory --version 0.7.0-alpha
NuGet\Install-Package Robmikh.CompositionSurfaceFactory -Version 0.7.0-alpha
<PackageReference Include="Robmikh.CompositionSurfaceFactory" Version="0.7.0-alpha" />
paket add Robmikh.CompositionSurfaceFactory --version 0.7.0-alpha
#r "nuget: Robmikh.CompositionSurfaceFactory, 0.7.0-alpha"
// Install Robmikh.CompositionSurfaceFactory as a Cake Addin #addin nuget:?package=Robmikh.CompositionSurfaceFactory&version=0.7.0-alpha&prerelease // Install Robmikh.CompositionSurfaceFactory as a Cake Tool #tool nuget:?package=Robmikh.CompositionSurfaceFactory&version=0.7.0-alpha&prerelease
CompositionSurfaceFactory (formerly known as CompositionImageLoader) is a surface factory intended for use with the Windows.UI.Composition API based on Win2D and written in C++/CX. Don't worry, image loading still comes out of the box!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
-
- Win2D.uwp (>= 1.19.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Robmikh.CompositionSurfaceFactory:
Package | Downloads |
---|---|
YunFan.Gallery.Controls
YunFan.Gallery.Controls is a library contains many useful controls. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.8.3 | 1,620 | 11/24/2019 |
0.8.2 | 948 | 6/23/2019 |
0.8.1-prerelease | 713 | 2/5/2019 |
0.8.0-prerelease | 601 | 2/4/2019 |
0.7.3 | 430,792 | 9/28/2017 |
0.7.2 | 2,702 | 7/25/2017 |
0.7.1 | 152,772 | 2/9/2017 |
0.7.0-alpha | 2,817 | 12/3/2016 |
0.6.0-alpha | 7,322 | 9/21/2016 |
Version 0.7.0:
*Removal of "naked" surface functions to remove confusion
*Made resize helper function public
*Fixed naming of some async methods
*Creating a UriSurface without a Uri is now allowed
*SurfaceUtilities helper class created
*Lock model changed
Version 0.6.0:
*Complete rewrite