WPF page flipping

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?aGJyb3dlcg==?=

    WPF page flipping

    I would like to create a control with graphical output that will be changing
    rapidly. To improve the image quality and drawing speed, I would like to
    draw the control's content in the background and then copy the rendered image
    to the video when I'm done. Is there a way to do that?

    I believe this would be similar to the old froms property: DoubleBuffered.



Working...