Link to home
Start Free TrialLog in
Avatar of jack_p50
jack_p50

asked on

Storing image useing hDC

 How to use hDC(and what is hDC) to store big image?
I'm doing graphics editor.
Avatar of Thaddy
Thaddy

hDC means 'Handle' to a 'Device Context'
ASKER CERTIFIED SOLUTION
Avatar of BoRiS
BoRiS

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jack_p50

ASKER

Please give me syntax of all hDC-related funtions and procs (i.e. createDC).
Btw, I don't want to use TImage or TBitmap. I need ability to get memory and access
any byte of it.
jack_p50

I would give you all the syntax etc that go with HDC but we will be here forever, the best thing to do is open the win32.hlp (API help file) and search for CreateDC it will explain the whole thing to you, as well as give you the procedures that go with CreateDC etc...

Later
BoRiS