Source position: ImagingTypes.pas line 377
type TImageData = packed record |
||
Width: Integer; |
|
|
Height: Integer; |
|
|
Format: TImageFormat; |
|
|
Size: Int64; |
|
|
Bits: Pointer; |
|
|
Palette: PPalette32; |
|
|
Tag: Pointer; |
|
|
end; |
| CT Web help |
| CodeTyphon Studio |