Vcl.Graphics.TBitmap.ScanLine
Delphi
property ScanLine[Row: Integer]: Pointer read GetScanLine;
C++
__property void * ScanLine[int Row] = {read=GetScanline};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | TBitmap |
説明
ピクセルの各行へ、インデックスによるアクセスを提供します。
ScanLine は、下位レベルのピクセル作業を行うイメージ編集ツールにて、DIB(デバイス独立ビットマップ)と共にのみ使用されます。
関連項目
- コントロールの配置
- ビットマップの初期サイズの設定
- VCL Reference: Graphics.TBitmap.PixelFormat
- 「TBitmap.ScanLine プロパティを使用したグレースケールへの変換 (Converting to grayscale with TBitmap.ScanLine property)」 by Pawel Glowacki(英語)