我正在从AS3和 Java 迁移到Expression Blend/WPF,但似乎无法弄清楚如何在C#EnterFrame
中复制事件,是否有or函数。update()
frameUpdate()
问问题
1016 次
2 回答
1
this should be helpful: http://www.shinedraw.com/mathematics/difference-on-timer-enter-frame-dispatcher-timer-and-composition-target/
and this too
http://insideria.com/2009/01/scripted-animation-in-silverli.html
于 2010-08-31T14:51:49.507 回答
0
每帧都会调用CompositionTarget.Rendering 。您还可以使用诸如DispatcherTimer之类的计时器。
于 2010-08-31T14:35:27.753 回答