Advertisement

Drawing a graphic to the screen?

Started by February 05, 2002 05:45 AM
0 comments, last by elis-cool 22 years, 9 months ago
How is this done? like if you got some very basic windows code to make a full screen window. Do you have to know a graphics API(DirectX -> Directdraw, openGL) to draw a simple .bmp etc to the screen?
[email=esheppard@gmail.com]esheppard@gmail.com[/email]
quote: ... [snip] Do you have to know a graphics API(DirectX -> Directdraw, openGL) to draw a simple .bmp etc to the screen?

if you want to do it FAST, the answer is YES.
Otherwise take a look at the GDI functions of MS Windows.

This topic is closed to new replies.

Advertisement