mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-05 08:55:15 -05:00
Meh.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@140 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
25d196ee75
commit
22ff72fb11
@ -138,9 +138,9 @@ begin
|
||||
Note.Canvas.Rectangle(89, 3, 115, 29);
|
||||
Note.Canvas.Pen.Style:= psClear;
|
||||
|
||||
bmp := Window.CopyClientToBitmap(0, 0, w, h);
|
||||
BitBlt(Image.Canvas.Handle, 0,0,w,h, bmp.Canvas.Handle,0,0,SRCCOPY);
|
||||
BitBlt(Bitmap.Canvas.Handle, 0,0,w,h, bmp.Canvas.Handle,0,0,SRCCOPY);
|
||||
bmp := Window.CopyClientToBitmap(0, 0, w - 1, h - 1);
|
||||
BitBlt(Image.Canvas.Handle, 0,0,w ,h , bmp.Canvas.Handle,0,0,SRCCOPY);
|
||||
BitBlt(Bitmap.Canvas.Handle, 0,0,w ,h , bmp.Canvas.Handle,0,0,SRCCOPY);
|
||||
bmp.Free;
|
||||
|
||||
ImageHandle:= Image.Canvas.Handle;
|
||||
|
Loading…
Reference in New Issue
Block a user