| View previous topic :: View next topic |
| Author |
Message |
lay_z_boy00 Regular
Joined: 26 Jan 2004 Posts: 57
|
Posted: Feb 16th, 2004 01:49 AM Post subject: BitBlt |
|
|
hey all, jus b4 i b-gin i jus wanna thank the moderators n admins for there all power knoledge in answering all my threads, so thx
id just like to know how to bitblt on an angle....possible or not? if so PLEASE HELP
lay_z_boy00  |
|
| Back to top |
|
lay_z_boy00 Regular
Joined: 26 Jan 2004 Posts: 57
|
Posted: Feb 17th, 2004 01:31 AM Post subject: |
|
|
commmooonnn at least say yes or no...... _________________ Lay_Z_Boy00 |
|
| Back to top |
|
P.T.A.M. Administrator

Joined: 08 Oct 2003 Posts: 752 Location: Greece
|
Posted: Feb 17th, 2004 04:44 AM Post subject: |
|
|
Well I don't really know but off the top of my head I'll say no... The code is like this :
| Code: | | Declare Function BitBlt Lib "gdi32" Alias "BitBlt" (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 |
so if it's possible it certainly isn't easy...  _________________ No one is completely useless. They can at least be an example of what to avoid. |
|
| Back to top |
|
|