winforms - c# Animation via sequence of pictures -


i made animation in windows forms via c#. have bitmap inside code updates frequently. after each update picturebox draws bitmap. if work big bitmap (e.g 1000 height), draws slow , animation moves slow too.

how can avoid lag? ofc can reduce frames animation, dont want that. may use 2d rendering libraries draw image? i'm looking possible solutions. thanks.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -