Hi,
I wanted to use the method WriteableBitmapRenderExtensions.Render(xxx), but trown an method not found exception:
Method not found: 'Windows.Foundation.Rect WinRTXamlToolkit.Controls.Extensions.VisualTreeHelperExtensions.GetBoundingRect(Windows.UI.Xaml.FrameworkElement, Windows.UI.Xaml.FrameworkElement)'
It's for an UWP app.
I don't know if this library still maintained but would be cool to fix that issue. Until them, I have to render inside xaml visual tree with some trick :)
Thanks !
Hi,
I wanted to use the method WriteableBitmapRenderExtensions.Render(xxx), but trown an method not found exception:
Method not found: 'Windows.Foundation.Rect WinRTXamlToolkit.Controls.Extensions.VisualTreeHelperExtensions.GetBoundingRect(Windows.UI.Xaml.FrameworkElement, Windows.UI.Xaml.FrameworkElement)'
It's for an UWP app.
I don't know if this library still maintained but would be cool to fix that issue. Until them, I have to render inside xaml visual tree with some trick :)
Thanks !