TBitmap.Pixel

redirigé depuis TBitmap.SetPixel

TBitmap = class (TObject)Interface de TBitmapExemples 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.

Exemples

 

Classification

UBitmap TBitmap