As far as i can tell, Direct Draw (7) dosent have any functions to draw lines. So, is there any other way I can draw a line on a Direct Draw buffer?
Printable View
As far as i can tell, Direct Draw (7) dosent have any functions to draw lines. So, is there any other way I can draw a line on a Direct Draw buffer?
The DirectDrawSurface7 object has a DrawLine method - also DrawBox, DrawCircle, DrawEllipse, DrawRoundedBox methods.
Heh. Now i feel stupid. I was looking in Direct Draw itself. Guess I should have checked the surface, since thats where bltfast is stored...
Oh well, thanks!:D