D
Depor
I want to do some operations on pixels in bitmap. But method
GetPixel() is slow. There is a function ScanLine() in Borland C++
Builder and it's possible to operate on all row of pixels at once.
Do you know method in VS .Net that works like ScanLine()?
GetPixel() is slow. There is a function ScanLine() in Borland C++
Builder and it's possible to operate on all row of pixels at once.
Do you know method in VS .Net that works like ScanLine()?