Click here to Skip to main content
15,896,040 members
Articles / Programming Languages / C#

How to Load Bitmap and Access the Bitmap Data?

17 Apr 2009CPOL 780  
While doing image processing, you will be loading the bitmap, access each pixel, process it and set it back. You can get/set each pixel by calling functions which is time consuming. Well, It will be nice if its possible to access the entire bitmap buffer and process it. Since access the data by poi
We're sorry, but the article you are trying to view was deleted at 17 Apr 2009.

Please go to the C# Table of Contents to view the list of available articles in this section.