i am moving from AS3 and Java to Expression Blend/WPF, but cant seem to figure out how to replicate EnterFrame
event in C#, is there a update()
or frameUpdate()
function.
Is there an equivalent of EnterFrame event in Expression Blend/WPF, If not how do we get around it?
1k views Asked by Ankit At
2
CompositionTarget.Rendering is called every frame. You could also use timer such as DispatcherTimer.