VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

How to draw a bitmap image using DirectX

Muhammad Asif  (3 Submissions)   Games   VB 6.0   Unknown Difficulty   Fri 7th November 2003   Mon 8th February 2021

How to draw a bitmap image using DirectX

API Declarations





Dim Caps As DDSCAPS2
Dim Dx As New DirectX7
Dim DDraw As DirectDraw7

'surfaces
'Primary Surface
Dim ddsPrimary As DirectDrawSurface7
'backbuffer surface
Dim ddsBackBuffer As DirectDrawSurface7
'Background Surfaces and RECTs
Dim Background As DirectDrawSurface7
Dim s640x480rect As RECT 'RECT Variable
'surface descriptions
Dim ddsdPrimary As DDSURFACEDESC2
Dim ddsdBackBuffer As DDSURFACEDESC2


Rate How to draw a bitmap image using DirectX (1(1 Vote))
How to draw a bitmap image using DirectX.bas

How to draw a bitmap image using DirectX Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters