[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Structure containing pixel data pointer and information about the pointer
Source position: mufasatypes.pas line 62
type TRetData = record |
Ptr: PRGB32; |
IncPtrWith: Integer; |
RowLen: Integer; |
end; |