News

Internet - .Net user group technical events, emerging .Net technologies;
General - Eco-travel, health and fitness, current events;
Community - Active volunteer with Hands On Miami, Non-Profit Ways;
.Net Framework - Detected 3.5 SP1 .NET Framework. No update needed ;
creative zen converter

Tweets












January 2010 Entries


.Net 4.0

The .NET Framework is Microsoft's comprehensive and consistent programming model for building applications that have visually stunning user experiences, seamless and secure communication, and the ability to model a range of business processes
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

screenshot using Windows Forms

The Graphics class exposes a method called CopyFromScreen(). According to MSDN, this method performs a bit-block transfer of the color data, corresponding to a rectangle of pixels, from the screen to the drawing surface of the Graphics. In short, it is used to capture a rectangle and draw it to an image. Let us see how to use this method to capture the current screen. The signature of this method is as follows : public void CopyFromScreen( int sourceX, int sourceY, int destinationX, int destinationY,...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati