Search Tools Links Login

BitBlt with Transparencies, StretchBlt


Visual Basic 6, or VB Classic

To demonstrate using BitBlt and StretchBlt.

Original Author: http://vbPlanet.ath.cx

API Declarations

Private Declare Function BitBlt Lib "gdi32" (ByVal hDestDC 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 dwRop As Long) As Long
Private Declare Function StretchBlt Lib "gdi32" (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 As Long, ByVal dwRop As Long) As Long

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 88 times

Categories

Visual Basic 6

Attachments

CODE_UPLOAD154592242001.zip
Posted: 9/3/2020 3:45:00 PM
Size: 22,896 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.