WinRTXamlToolkit.Composition
1.6.1.3
Install-Package WinRTXamlToolkit.Composition -Version 1.6.1.3
dotnet add package WinRTXamlToolkit.Composition --version 1.6.1.3
<PackageReference Include="WinRTXamlToolkit.Composition" Version="1.6.1.3" />
paket add WinRTXamlToolkit.Composition --version 1.6.1.3
#r "nuget: WinRTXamlToolkit.Composition, 1.6.1.3"
// Install WinRTXamlToolkit.Composition as a Cake Addin
#addin nuget:?package=WinRTXamlToolkit.Composition&version=1.6.1.3
// Install WinRTXamlToolkit.Composition as a Cake Tool
#tool nuget:?package=WinRTXamlToolkit.Composition&version=1.6.1.3
Methods for rendering visual tree into an image file or WriteableBitmap.
Product | Versions |
---|---|
Universal Windows Platform | uap uap10.0 |
Windows Store | netcore netcore45 netcore451 |
-
- SharpDX (>= 2.4.2)
- SharpDX.D3DCompiler (>= 2.4.2)
- SharpDX.Direct2D1 (>= 2.4.2)
- SharpDX.Direct3D11 (>= 2.4.2)
- SharpDX.DXGI (>= 2.4.2)
- WinRTXamlToolkit (>= 1.6.1.3)
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 | 13,875 | 4/24/2014 |
1.6.1.2 | 982 | 4/24/2014 |
1.6.1.1 | 890 | 4/24/2014 |
1.6.1 | 910 | 4/24/2014 |
1.6.0.5 | 1,045 | 4/3/2014 |
1.6.0.4 | 963 | 4/2/2014 |
1.6.0.3 | 972 | 4/1/2014 |
1.6.0.2 | 973 | 4/1/2014 |
1.6.0.1 | 949 | 4/1/2014 |
1.6.0 | 964 | 4/1/2014 |
1.5.4.3 | 1,182 | 12/10/2013 |
1.5.4.2 | 948 | 11/19/2013 |
1.5.4.1 | 973 | 11/15/2013 |
1.5.4 | 929 | 11/15/2013 |
1.5.3.8 | 969 | 11/4/2013 |
1.5.3.7 | 889 | 11/4/2013 |
1.5.3.6 | 881 | 11/4/2013 |
1.5.3.5 | 878 | 11/4/2013 |
1.5.3.4 | 948 | 11/4/2013 |
1.5.3.3 | 893 | 10/28/2013 |
1.5.3.2 | 917 | 10/28/2013 |
1.5.3.1 | 891 | 10/28/2013 |
1.5.3 | 989 | 10/2/2013 |
1.5.2 | 2,980 | 7/3/2013 |
1.5.1 | 1,092 | 7/1/2013 |
1.5.0 | 1,094 | 6/30/2013 |
1.4.5 | 1,128 | 6/24/2013 |
1.4.4.1 | 1,201 | 6/14/2013 |
1.4.4 | 1,027 | 6/14/2013 |
1.4.3 | 1,109 | 6/2/2013 |
1.4.2 | 1,003 | 5/27/2013 |
1.4.1 | 1,027 | 5/20/2013 |
1.4.0 | 962 | 5/19/2013 |
1.3.8.1 | 1,018 | 5/11/2013 |
1.3.8 | 993 | 5/2/2013 |
1.3.7.5 | 953 | 4/29/2013 |
1.3.7.4 | 954 | 4/26/2013 |
1.3.7.3 | 1,032 | 4/26/2013 |
1.3.7.2 | 1,018 | 4/24/2013 |
1.3.7.1 | 929 | 4/22/2013 |
1.3.7 | 980 | 4/22/2013 |
1.3.6 | 983 | 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