Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TBitmapData = class(TObject)
![]() |
constructor Create(Parent: TOPBitmap); virtual; |
![]() |
destructor Destroy; override; |
![]() |
property Pixels[X, Y: Integer]: TColor read GetPixel write SetPixel; |
![]() |
property ScanLine[Row: Integer]: Pointer read GetScanLine; |
![]() |
property BPP: byte read fBPP; |
![]() |
property Width: Integer read fWidth write SetWidth; |
![]() |
property Height: Integer read fHeight write SetHeight; |
![]() |
property LineLength: integer read fLineLength; |
![]() |
constructor Create(Parent: TOPBitmap); virtual; |
![]() |
destructor Destroy; override; |
![]() |
property Pixels[X, Y: Integer]: TColor read GetPixel write SetPixel; |
![]() |
property ScanLine[Row: Integer]: Pointer read GetScanLine; |
![]() |
property BPP: byte read fBPP; |
![]() |
property Width: Integer read fWidth write SetWidth; |
![]() |
property Height: Integer read fHeight write SetHeight; |
![]() |
property LineLength: integer read fLineLength; |