GetScanline is not a member of TBitmapData???
-
Hello! In my linker I get an error: [bcc32 Error] Unit1.cpp(109): E2316 'GetScanline' is not a member of 'TBitmapData' Full parser context Unit1.cpp(42): parsing: void _fastcall TForm1::Button1Click(TObject *) But I can clearly see it here Embarcadero API TBitmapData Actually I have only 3 methods in TBitmapData - Pitch, GetPixel and PixelFormat. That is strange. What should I do to use GetScanline? I use Embarcadero RAD Studio XE3. And Firemonkey. Thanks!
-
Hello! In my linker I get an error: [bcc32 Error] Unit1.cpp(109): E2316 'GetScanline' is not a member of 'TBitmapData' Full parser context Unit1.cpp(42): parsing: void _fastcall TForm1::Button1Click(TObject *) But I can clearly see it here Embarcadero API TBitmapData Actually I have only 3 methods in TBitmapData - Pitch, GetPixel and PixelFormat. That is strange. What should I do to use GetScanline? I use Embarcadero RAD Studio XE3. And Firemonkey. Thanks!
-
Sorry. I hurried too much and posted it in the wrong place. Then had to post it where it should be. My bad.
-
Sorry. I hurried too much and posted it in the wrong place. Then had to post it where it should be. My bad.