if  Button= mbLeft then
begin
ha:=GetDeskTopWindow();
a:=GetWindowDC(ha);
canv := TCanvas.Create;
canv.Handle:=a;
canv.Draw(1,1,DBpicture.Picture.Graphic);
end;
if  Button= mbRight then  //按右键想清除canv上的图像
begin
;  //??怎么写
end;