Board index » delphi » Line "sweep" drawing on Images
mle...@NOSPAMmindspring.com (Mark Lerch)
![]() Delphi Developer |
Wed, 07 Jun 2000 03:00:00 GMT
|
mle...@NOSPAMmindspring.com (Mark Lerch)
![]() Delphi Developer |
Wed, 07 Jun 2000 03:00:00 GMT
Line "sweep" drawing on ImagesAll: I'm having difficulty with a simple graphic action. I have a sweeping Any help is greatly appreciated. Thanks! Mark |
Sundial Servic
![]() Delphi Developer |
Thu, 08 Jun 2000 03:00:00 GMT
Re:Line "sweep" drawing on ImagesQuoteIn article <349d531d.33797...@news.mindspring.com> mle...@NOSPAMmindspring.com (Mark Lerch) writes: set black to white or white to black, it sets RGB(2,16,244) to RGB(253,239,11) and so on. What you would need to do, probably, is to make a snapshot image of the |
Mark Ler
![]() Delphi Developer |
Thu, 08 Jun 2000 03:00:00 GMT
Re:Line "sweep" drawing on ImagesThanks for the reply. I was afraid of that. My next question would be how to control the {*word*193} flicker on a 256 Thanks for any help. On 21 Dec 1997 08:38:00 -0700, news-re...@sundialservices.com (Sundial QuoteServices) wrote: |
C859
![]() Delphi Developer |
Sat, 10 Jun 2000 03:00:00 GMT
Re:Line "sweep" drawing on ImagesThis seems to work (works for me), unless I misunderstand the problem.... procedure TForm1.Image1MouseDown(Sender: TObject; Button: TMouseButton; procedure TForm1.Image1MouseMove(Sender: TObject; Shift: TShiftState; X, procedure TForm1.Image1MouseUp(Sender: TObject; Button: TMouseButton; Quote>I'm having difficulty with a simple graphic action. I have a sweeping c8591@~despammer~aol.com |
Mark Ler
![]() Delphi Developer |
Sat, 10 Jun 2000 03:00:00 GMT
Re:Line "sweep" drawing on ImagesThank you Chris, I will try this code immediately when I get to work Have a great day. On 23 Dec 1997 07:12:01 GMT, c8...@aol.com (C8591) wrote: Quote>This seems to work (works for me), unless I misunderstand the problem.... |
Mark Ler
![]() Delphi Developer |
Fri, 16 Jun 2000 03:00:00 GMT
Re:Line "sweep" drawing on ImagesThis simply fiddles with the bits. I want to draw a solid, (heavy) On 23 Dec 1997 07:12:01 GMT, c8...@aol.com (C8591) wrote: Quote>This seems to work (works for me), unless I misunderstand the problem.... |