Surface wpf:将椭圆移动到窗口中的任意位置
我想创建一个椭圆,它在窗口的任何位置不可预测地移动,同时知道他的位置。就像一个球在表面上到处移动,如果遇到一个角落,他就会改变方向。
感谢您的帮助。 抱歉,如果我的解释不具体
I want to create an ellipse who move unpredictable wherever in the window and know in the same time his postion. Like a ball who are going everywhere in the surface and if his meet a corner he changes his direction.
Thanks for your help.
Sorry if my explication is not specific
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 Surface SDK 中的“paddleball”示例。它完全符合你的描述
look at the "paddleball" sample in the Surface SDK. it does exactly what you describe