![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jul 2005
Posts: 14
Rep Power: 0
![]() |
BitBlt Tutorial?
Does anyone know where I could find a BitBlt tutorial for visualBasic? I have looked on many sites, but cant seem to find any. I have a few programs which use it, but I dont get how to initialize it and all [if you even have to o.O]. Help would relaly be appreciated.
Thanks -"NanoKube"
__________________
NanoKube ======== The Original NanoKube |
|
|
|
|
|
#2 |
|
Expert Programmer
|
BitBlt is a function, well documented in the GDI section within the depths of MSDN somewhere. However it's somewhat on the out of date side ('95) and doesn't even support resizing/scaling or transparency.
I'd recommend using the GDI+ (native System.Drawing in VB.NET or you can import System.Drawing.dll as a COM object in VB6, provided you have the framework installed), as it handles semi-transparency, rotation, and all sorts of wonderful methods without messing around with byte arrays. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|