TBitmap.Pixel
redirigé depuis TBitmap.GetPixel
| TBitmap = class (TObject) | Interface de TBitmap | Exemples de TBitmap |
Lecture/écriture d'un pixel individuel
Syntaxe
property Pixel[x, y: Integer]: Integer read GetPixel write SetPixel
x: coordonnée horizontale
y: coordonnée verticale
Remarques
Permet de lire ou d'écrire un pixel individuel.