Drawing 2D Images

G

Guest

I am a relatively inexperienced VB programmer and I need to draw images to
the screen at a lighting fast rate as to avoid flicker. However, I have been
unable to figure out how to use Direct X, especially since tutuorials in
directX often come bundled with other things that I do not need that
complicate the matter. All I need is some simple code to draw an image from a
given path to the screen (and preferably be able to use a Rectangle to
indicate which part of the image to draw) at a fast rate. Any advice?
 
G

Guest

Have you tried copying images to the screen using the BitBlt...it's lighting
fast and you probbly won't notice any flicker. Assume you are drawing to a
picture box or form and can use double buffering.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Permanent Rectangle on Form. 4
Scaling a collection of points(lines)? 1
Faster than GDI+ ? 6
"drawing" on an image... 3
drawing down arrow 4
Freehand draw rectangle 10
Drawing on printer 9
API Or DirectX In VB.NET 4

Top