-
DCs ?
Hiyas,
I know how to use BitBlt with Picture Boxes...I even know Direct X/Draw! But how do I used DCs? I need to make some 'surface'-like image sources for a tile editor (using Picture Boxes gets slow when you're using lots of them).
Can anyone tell me how to use them?
Thanks.
-Git
-
DC's
Hi , try
www.vbexplorer.com
They have a graphics tutorial which envoves the use of DC's.
That where I learnt.....
HTH
-
Look under devices at the function reference by category section at www.vbapi.com:
http://161.58.84.211/ref/funcc.html
in case you didn't know, bitblt is one of the methods you use to manipulate DC contents, pictureboxes just wraps the GDI api's to simplify the use of them.