VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



BitBlt with Transparencies, StretchBlt

by http://www.mp3trivia.com (3 Submissions)
Category: Graphics
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

To demonstrate using BitBlt and StretchBlt.

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

Rate BitBlt with Transparencies, StretchBlt

Download BitBlt with Transparencies, StretchBlt

Download BitBlt with Transparencies, StretchBlt (21 KB)

BitBlt with Transparencies, StretchBlt Comments

No comments have been posted about BitBlt with Transparencies, StretchBlt. Why not be the first to post a comment about BitBlt with Transparencies, StretchBlt.

Post your comment

Subject:
Message:
0/1000 characters