TImagingCanvas.Pixels32 Property
TImagingCanvas Class

Specifies the current color of the pixels of canvas.

Class
Pascal
public property Pixels32 [X, Y: LongInt]: TColor32 read GetPixel32 write SetPixel32;
Description

Native pixel is read from canvas and then translated to 32bit ARGB. Reverse operation is made when setting pixel color.

Related Information
You are here: Symbol Reference > Classes > TImagingCanvas Class > Properties > Pixels32 Property