以编程方式创建 WPF 3D 立方体
在 wpf 中以编程方式创建 GeometryModel3D 立方体的最简单方法是什么?
What is the simplest way to programmatically create a GeometryModel3D cube in wpf?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最简单方法?这一切都取决于您的观点。
我想说这种事情非常“简单”:
但其他人可能会认为对
XamlReader.Parse("...put your xaml here...")
的一次调用更简单。这是一个判断。
The simplest method? It all depends on your point of view.
I'd say this kind of thing is pretty "simple":
But others might consider a single call to
XamlReader.Parse("...put your xaml here...")
as more simple.It's a judgement call.