Class TBGRALazPaintImage
Unit
Declaration
type TBGRALazPaintImage = class(TBGRALayeredBitmap)
Description
Layered image in LazPaint (LZP) format
Hierarchy
- TGraphic
- TBGRACustomLayeredBitmap
- TBGRALayeredBitmap
- TBGRALazPaintImage
Overview
Methods
constructor Create; overload; override; |
|
constructor Create(AWidth, AHeight: integer); overload; override; |
|
procedure LoadFromFile(const filenameUTF8: string); override; |
|
procedure LoadFromStream(AStream: TStream); override; |
|
procedure SaveToFile(const filenameUTF8: string); override; |
|
procedure SaveToStream(AStream: TStream); override; |
|
procedure InternalLoadFromStream(AStream: TStream); |
|
procedure InternalSaveToStream(AStream: TStream); |
Properties
property SelectedLayerIndex: integer read FSelectedLayerIndex write FSelectedLayerIndex; |
Description
Methods
constructor Create; overload; override; |
|
This item has no description. Showing description inherited from TGraphic.Create.
|
constructor Create(AWidth, AHeight: integer); overload; override; |
|
This item has no description. |
procedure LoadFromFile(const filenameUTF8: string); override; |
|
This item has no description. Showing description inherited from TGraphic.LoadFromFile. Load the content from a given file |
procedure LoadFromStream(AStream: TStream); override; |
|
This item has no description. Showing description inherited from TGraphic.LoadFromStream. Load the content from a given stream |
procedure SaveToFile(const filenameUTF8: string); override; |
|
This item has no description. Showing description inherited from TGraphic.SaveToFile. Saves the content to a file |
procedure SaveToStream(AStream: TStream); override; |
|
This item has no description. Showing description inherited from TGraphic.SaveToStream. Saves the content into a given stream |
procedure InternalLoadFromStream(AStream: TStream); |
|
This item has no description. |
procedure InternalSaveToStream(AStream: TStream); |
|
This item has no description. |
Properties
property SelectedLayerIndex: integer read FSelectedLayerIndex write FSelectedLayerIndex; |
|
This item has no description. |