HighTechTalks DotNet Forums  

Camera flash effect

Dotnet Framework (Drawing) microsoft.public.dotnet.framework.drawing


Discuss Camera flash effect in the Dotnet Framework (Drawing) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
jaffar.kazi@gmail.com
 
Posts: n/a

Default Camera flash effect - 06-13-2007 , 12:53 PM






Hi,
Can anyone give me concrete ideas or sample code as to how to show a
camera-like flash effect?
I would like to do this for a screen capture utility I'm developing,
which can take a "picture" of some area on the monitor?

Thanks in advance,
Regards,
--Jaffar


Reply With Quote
  #2  
Old   
Bob Powell [MVP]
 
Posts: n/a

Default Re: Camera flash effect - 06-13-2007 , 03:53 PM






See the article in the GDI+ FAQ about capturing the screen OR use the
new 2.0 framework functionality.

Then, draw the image back to the same place using a negative image of
the same picture, replacing it later (a few hundredths of a second) with
the original.

You could even play a little shutter sound. (see play a sound in Windows
Forms Tips and Tricks)

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.





jaffar.kazi (AT) gmail (DOT) com wrote:
Quote:
Hi,
Can anyone give me concrete ideas or sample code as to how to show a
camera-like flash effect?
I would like to do this for a screen capture utility I'm developing,
which can take a "picture" of some area on the monitor?

Thanks in advance,
Regards,
--Jaffar


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.