ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 TIEBitmap.TBitmapScanlines vs TIEBitmap.Scanline
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

mauriciopt

Portugal
34 Posts

Posted - Nov 22 2017 :  12:51:59  Show Profile  Reply
Hi,

i have always used TIEBitmap.TBitmapScanlines


Exemple:
Row: PRGBTripleArray;

if aIEBitmap.PixelFormat <> ie24RGB then
aIEBitmap.PixelFormat := ie24RGB;

Row := aIEBitmap.TBitmapScanlines[y];

But, today i have an error reading valid row.
So, i have tryied :
Row := aIEBitmap.Scanline[y];

and it works,
What is the differnce between them and can i replace TBitmapScanlines ?

Thanks,
Mauricio

Mauricio
http://sourceforge.net/projects/tcycomponents/

xequte

38182 Posts

Posted - Nov 22 2017 :  14:54:00  Show Profile  Reply
Hi Mauricio

Sorry, I will improve the documentation for that.

TBitmapScanlines is only valid if TIEBitmap.Location=ieTBitmap, in other cases it is invalid. You are better to use TIEBitmap.Scanline, which supports all locations.

When TIEBitmap.Location=ieTBitmap then TIEBitmap.Scanline returns TBitmapScanlines anyway.

https://www.imageen.com/help/TIEBitmap.ScanLine.html


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: