- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
Grid TestGrid = new Grid();
TestGrid.Background = new SolidColorBrush(Colors.AliceBlue);
TestGrid.Height = 500;
TestGrid.Width = 500;
await bitmapRender.RenderAsync(TestGrid, 500, 500);
此代码在其最后一条语句中给出了以下错误:
System.ArgumentException
值不在预期范围内。
这段看似简单的代码有什么问题?
编辑:有关该错误的更多详细信息:
{System.ArgumentException:值不在预期范围内。 在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务任务) 在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务) 在 System.Runtime.CompilerServices.TaskAwaiter.GetResult() 在 Picture_Slide.MainPage.d__0.MoveNext()}
最佳答案
也许它和 WINRT 一样,它无法呈现不在可视化树中或弹出窗口等中的内容......详情请看这里:http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.media.imaging.rendertargetbitmap.aspx来自“XAML 视觉效果和 RenderTargetBitmap 捕获功能”标题
关于windows-runtime - 在 Windows Phone RT 应用程序中调用 RenderAsync() 时出现 System.ArguementException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23595656/
我正在开发 Windows Phone 8.1 应用程序,我希望将一些 xaml 渲染到图像文件。 来自 this page on the RenderTargetBitmap class ,看来我的
我尝试在 Windows 10 通用应用程序中将 InkCanvas 的笔画渲染到 RenderTargetBitmap。这是我的 xaml 代码:
Grid TestGrid = new Grid(); TestGrid.Background = new SolidColorBrush(Colors.AliceBlue); TestGrid.He
我是一名优秀的程序员,十分优秀!