WinRTXamlToolkit.Composition 1.6.1.3

dotnet add package WinRTXamlToolkit.Composition --version 1.6.1.3
                    
NuGet\Install-Package WinRTXamlToolkit.Composition -Version 1.6.1.3
                    
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="WinRTXamlToolkit.Composition" Version="1.6.1.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WinRTXamlToolkit.Composition" Version="1.6.1.3" />
                    
Directory.Packages.props
<PackageReference Include="WinRTXamlToolkit.Composition" />
                    
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 WinRTXamlToolkit.Composition --version 1.6.1.3
                    
#r "nuget: WinRTXamlToolkit.Composition, 1.6.1.3"
                    
#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=WinRTXamlToolkit.Composition&version=1.6.1.3
                    
Install WinRTXamlToolkit.Composition as a Cake Addin
#tool nuget:?package=WinRTXamlToolkit.Composition&version=1.6.1.3
                    
Install WinRTXamlToolkit.Composition as a Cake Tool

Methods for rendering visual tree into an image file or WriteableBitmap.

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Store netcore was computed.  netcore45 is compatible.  netcore451 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on WinRTXamlToolkit.Composition:

Package Downloads
SignatureBoxControl

A SignatureBox for WinRT. Let's users set there signature on a tablet and converts that signature in an image.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on WinRTXamlToolkit.Composition:

Repository Stars
xamarin/prebuilt-apps
Complete, prebuilt apps for you to customize and deploy.
Version Downloads Last updated
1.6.1.3 14,506 4/24/2014
1.6.1.2 1,365 4/24/2014
1.6.1.1 1,284 4/24/2014
1.6.1 1,276 4/24/2014
1.6.0.5 1,437 4/3/2014
1.6.0.4 1,335 4/2/2014
1.6.0.3 1,357 4/1/2014
1.6.0.2 1,365 4/1/2014
1.6.0.1 1,334 4/1/2014
1.6.0 1,353 4/1/2014
1.5.4.3 1,588 12/10/2013
1.5.4.2 1,335 11/19/2013
1.5.4.1 1,363 11/15/2013
1.5.4 1,321 11/15/2013
1.5.3.8 1,384 11/4/2013
1.5.3.7 1,306 11/4/2013
1.5.3.6 1,274 11/4/2013
1.5.3.5 1,289 11/4/2013
1.5.3.4 1,377 11/4/2013
1.5.3.3 1,313 10/28/2013
1.5.3.2 1,346 10/28/2013
1.5.3.1 1,288 10/28/2013
1.5.3 1,402 10/2/2013
1.5.2 3,627 7/3/2013
1.5.1 1,480 7/1/2013
1.5.0 1,493 6/30/2013
1.4.5 1,527 6/24/2013
1.4.4.1 1,600 6/14/2013
1.4.4 1,409 6/14/2013
1.4.3 1,504 6/2/2013
1.4.2 1,408 5/27/2013
1.4.1 1,411 5/20/2013
1.4.0 1,386 5/19/2013
1.3.8.1 1,430 5/11/2013
1.3.8 1,383 5/2/2013
1.3.7.5 1,339 4/29/2013
1.3.7.4 1,343 4/26/2013
1.3.7.3 1,523 4/26/2013
1.3.7.2 1,549 4/24/2013
1.3.7.1 1,330 4/22/2013
1.3.7 1,364 4/22/2013
1.3.6 1,366 4/15/2013

Methods for rendering visual tree into an image file or WriteableBitmap.

     Uses SharpDX and base WinRT XAML Toolkit libraries.

     Features
     - async WriteableBitmapRenderExtensions.RenderToPngStream() method to render the visual tree to a stream as a png image
     - async WriteableBitmapRenderExtensions.Render() method to render the visual tree to a new existing WriteableBitmap
     - Walking visual tree to look for any UI elements it can render
     - Renderers for
       - Border (only its background is rendered)
       - Ellipse
       - Image
       - Line
       - Path (Stretch does not work)
       - Rectangle
       - TextBlock (only unformatted, with supported Foreground brushes)

     Other missing features
     - Opacity
     - RenderTransform
     - Visibility
     - Viewbox
     - many more

     See also
     - WinRTXamlToolkit for other controls and tools
     - WinRTXamlToolkit.Controls.Calendar for a calendar control
     - WinRTXamlToolkit.Controls.DataVisualization for data visualization controls/charts