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
Post a Comment