|
-
Jul 13th, 2000, 05:42 AM
#1
Thread Starter
New Member
I try to print inverted image.
if i use:
printer.PaintPicture Picture:=Picture1.Picture, X1:=1, Y1:=1 _
, opcode:=vbDstInvert
I get black rectangle from printer.
So I tried to use BitBlt. but I can only invert from one PictureBox to another
and I only know how to print pictureBox.picture which do not change by the Bitblt
tnx for any advice
-
Jul 13th, 2000, 06:25 AM
#2
-
Jul 13th, 2000, 07:00 AM
#3
Thread Starter
New Member
tnx, but I don't find different between image & picture
I tried it but printing Picture1.Image or Picture1.Picture give the same result:
printout of the original picture uneffected bay BitBlt
-
Jul 14th, 2000, 07:28 AM
#4
New Member
you have to create temporary pictue. run bitblt to this picture handler and the put it to pictue1.picture
-
Jul 18th, 2000, 01:04 AM
#5
New Member
Or just clean the target by assigning it to null
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|