TransparentBlt et AlphaBlendBlt

cs_cramer Messages postés 28 Date d'inscription dimanche 14 avril 2002 Statut Membre Dernière intervention 24 avril 2005 - 19 avril 2003 à 21:40
Neo.balastik Messages postés 796 Date d'inscription jeudi 17 mai 2001 Statut Membre Dernière intervention 5 mai 2009 - 20 avril 2003 à 15:06
Est ce que qq'un pourrait me donner l'enumeration complete avec VB6 de l'AlphaBlendBlt ?

Et par la meme occaz m'expliquer comment marche le transparentBlt !

2 réponses

anduril22 Messages postés 75 Date d'inscription mardi 5 mars 2002 Statut Membre Dernière intervention 5 octobre 2005
20 avril 2003 à 00:07
Tu as une dll qui gère ca de facon simple, c'est bioazard ou un truc comme ca.

Google est ton ami :)

Anduril 22 - http://www.pacman.ht.st
0
Neo.balastik Messages postés 796 Date d'inscription jeudi 17 mai 2001 Statut Membre Dernière intervention 5 mai 2009 7
20 avril 2003 à 15:06
Salut,

Déclaration de TransparentBlt :

Declare Function TransparentBlt Lib "msimg32.dll" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hSrcDC As Long, ByVal xSrc As Long, ByVal ySrc As Long, ByVal nSrcWidth As Long, ByVal nSrcHeight A

Déclaration de AlphaBlend :

Declare Function AlphaBlend Lib "msimg32.dll" (ByVal hdc As Long, ByVal lInt As Long, ByVal lInt As Long, ByVal lInt As Long, ByVal lInt As Long, ByVal hdc As Long, ByVal lInt As Long, ByVal lInt As Long, ByVal lInt As Long, ByVal lInt As Long, ByVal BLENDFUNCT As Long) As Long

Pour ce qui d'exemples, je te propose d'aller faire un tour sur le site www.allapi.net car ce serait trop long de mettre du code ici...

Bonne chance.

NéoB
0
Rejoignez-nous