DirectX
-
Hi, I simply want to be able to draw a verticle line (1 pixel wide) of a desired length (ex. 134 pixels tall) from the bottom of my screen up. Specifing color would also be nice :) Thanks, ~ Selevercin If you have a problem with my spelling, just remember that's not my fault. I [as well as everyone else who learned to spell after 1976] blame it on Robert A. Kolpek for U.S. Patent 4,136,395.
-
Hi, I simply want to be able to draw a verticle line (1 pixel wide) of a desired length (ex. 134 pixels tall) from the bottom of my screen up. Specifing color would also be nice :) Thanks, ~ Selevercin If you have a problem with my spelling, just remember that's not my fault. I [as well as everyone else who learned to spell after 1976] blame it on Robert A. Kolpek for U.S. Patent 4,136,395.
You want to do this with DirectDraw? Sorry, but that still isn't simple!
-
Hi, I simply want to be able to draw a verticle line (1 pixel wide) of a desired length (ex. 134 pixels tall) from the bottom of my screen up. Specifing color would also be nice :) Thanks, ~ Selevercin If you have a problem with my spelling, just remember that's not my fault. I [as well as everyone else who learned to spell after 1976] blame it on Robert A. Kolpek for U.S. Patent 4,136,395.
Get the DC from the surface (GetDC) and the use plain GDI functions as usual.
-
Get the DC from the surface (GetDC) and the use plain GDI functions as usual.
Sorry, but I'm new to this. How do you "use the plain GDI functions as usual"? Is there a DrawLine() Function? Thanks, ~ Selevercin If you have a problem with my spelling, just remember that's not my fault. I [as well as everyone else who learned to spell after 1976] blame it on Robert A. Kolpek for U.S. Patent 4,136,395.