TBaseImage.ImageDataPointer Property
TBaseImage Class

This gives complete access to underlying TImageData record.

Class
Pascal
public property ImageDataPointer: PImageData read FPData;
Description

It can be used in functions that take TImageData as parameter (for example: ReduceColors(SingleImageInstance.ImageData^, 64)).

Related Information
You are here: Symbol Reference > Classes > TBaseImage Class > Properties > ImageDataPointer Property