Главная страница | назад





Article #19542: Fast image pixel access

 Question and Answer Database
FAQ4542C.txt — Fast image pixel access
Category :VCL
Platform :All Windows
Product :C++Builder3.x, C++Builder4.x,
Question:
Is there a faster way to gain access to my image pixels
besides the TCanvas::Pixels property?
Answer:
Yes. The TBitmap->ScanLine property provides access to a indexed row
of pixels at one time.
5/25/99 11:47:14 AM

Last Modified: 01-SEP-99