[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'MufasaTypes' (#Simba)

TRetData

Structure containing pixel data pointer and information about the pointer

Declaration

Source position: mufasatypes.pas line 62

type TRetData = record

  Ptr: PRGB32;

  IncPtrWith: Integer;

  RowLen: Integer;

end;