 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Wykis Guest
|
Posted: Sun Jun 27, 2004 9:03 am Post subject: Re: As to save image bmp with DSpak ? |
|
|
Add SampleGrabber Component And Write This Code:
var
Bmp: TBitmap;
begin
Bmp:= TBitmap.Create;
SampleGrabber1.Grab(BMP);// I Don't Remember If It Is .Grab or
..Capture... Just Try Both
Bmp.SaveToFile(Filename);
BMP.FreeImage;
BMP.Free;
end;
"Stanley" <stanleyalves (AT) ig (DOT) com.br> wrote
| Quote: | As to save image bmp with DSpak ?
stanley
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|