On Mon, Dec 9, 2013 at 4:35 PM, Leonardo M. Ramé <[email protected]> wrote:
> procedure TImageDrawer.Draw(ABuffer: Pointer);
> begin
>   ...
>   if MyImage.DataType = "Uint16" then
>     data = PWord(ABuffer)^
>   else
>   if MyImage.DataType = "Uint8" then
>     data = PByte(ABuffer)^;
> end;

What is "data"?

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to