Vcl.Graphics.TBitmap.ScanLine
Delphi
property ScanLine[Row: Integer]: Pointer read GetScanLine;
C++
__property void * ScanLine[int Row] = {read=GetScanline};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | TBitmap |
Description
Offre un accès indicé à chaque ligne de pixels.
ScanLine n'est utilisée qu'avec les DIB (Device Independent Bitmaps) pour les outils d'édition d'images manipulant les pixels à un bas niveau.
Voir aussi
- Positionnement du contrôle
- Définition de la taille initiale du bitmap
- Référence VCL : Graphics.TBitmap.PixelFormat
- Converting to grayscale with TBitmap.ScanLine property, by Pawel Glowacki
Exemples de code