Class TBGRAReaderLazPaintWithLayers
Unit
Declaration
type TBGRAReaderLazPaintWithLayers = class(TBGRAReaderLazPaint)
Description
Reader for LazPaint (LZP) image format.
Handles both flattened and layered images.
Hierarchy
- TFPCustomImageReader
- TBGRAReaderLazPaint
- TBGRAReaderLazPaintWithLayers
Overview
Fields
FLayers: TBGRALayeredBitmap; |
|
FLayersLoaded: boolean; |
|
FSelectedLayerIndex: integer; |
Methods
constructor Create(ALayers: TBGRALayeredBitmap); overload; |
|
procedure InternalReadLayers(str: TStream; Img: TFPCustomImage); override; |
Properties
property LayersLoaded: boolean read FLayersLoaded; |
|
property SelectedLayerIndex: integer read FSelectedLayerIndex; |
Description
Fields
FLayers: TBGRALayeredBitmap; |
|
This item has no description. |
FLayersLoaded: boolean; |
|
This item has no description. |
FSelectedLayerIndex: integer; |
|
This item has no description. |
Methods
constructor Create(ALayers: TBGRALayeredBitmap); overload; |
|
This item has no description. |
procedure InternalReadLayers(str: TStream; Img: TFPCustomImage); override; |
|
This item has no description. |
Properties
property LayersLoaded: boolean read FLayersLoaded; |
|
This item has no description. |
property SelectedLayerIndex: integer read FSelectedLayerIndex; |
|
This item has no description. |