WinRTXamlToolkit.Composition
1.5.4
See the version list below for details.
dotnet add package WinRTXamlToolkit.Composition --version 1.5.4
NuGet\Install-Package WinRTXamlToolkit.Composition -Version 1.5.4
<PackageReference Include="WinRTXamlToolkit.Composition" Version="1.5.4" />
<PackageVersion Include="WinRTXamlToolkit.Composition" Version="1.5.4" />
<PackageReference Include="WinRTXamlToolkit.Composition" />
paket add WinRTXamlToolkit.Composition --version 1.5.4
#r "nuget: WinRTXamlToolkit.Composition, 1.5.4"
#:package WinRTXamlToolkit.Composition@1.5.4
#addin nuget:?package=WinRTXamlToolkit.Composition&version=1.5.4
#tool nuget:?package=WinRTXamlToolkit.Composition&version=1.5.4
Methods for rendering visual tree into an image file or WriteableBitmap.
| Product | Versions 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. |
-
- 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.5.4)
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 | 15,012 | 4/24/2014 |
| 1.6.1.2 | 1,708 | 4/24/2014 |
| 1.6.1.1 | 1,621 | 4/24/2014 |
| 1.6.1 | 1,621 | 4/24/2014 |
| 1.6.0.5 | 1,779 | 4/3/2014 |
| 1.6.0.4 | 1,684 | 4/2/2014 |
| 1.6.0.3 | 1,704 | 4/1/2014 |
| 1.6.0.2 | 1,685 | 4/1/2014 |
| 1.6.0.1 | 1,655 | 4/1/2014 |
| 1.6.0 | 1,677 | 4/1/2014 |
| 1.5.4.3 | 1,945 | 12/10/2013 |
| 1.5.4.2 | 1,675 | 11/19/2013 |
| 1.5.4.1 | 1,698 | 11/15/2013 |
| 1.5.4 | 1,664 | 11/15/2013 |
| 1.5.3.8 | 1,736 | 11/4/2013 |
| 1.5.3.7 | 1,636 | 11/4/2013 |
| 1.5.3.6 | 1,619 | 11/4/2013 |
| 1.5.3.5 | 1,653 | 11/4/2013 |
| 1.5.3.4 | 1,693 | 11/4/2013 |
| 1.5.3.3 | 1,640 | 10/28/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