Class TBGRALazPaintImage

Unit

Declaration

type TBGRALazPaintImage = class(TBGRALayeredBitmap)

Description

Layered image in LazPaint (LZP) format

Hierarchy

Overview

Methods

Public constructor Create; overload; override;
Public constructor Create(AWidth, AHeight: integer); overload; override;
Public procedure LoadFromFile(const filenameUTF8: string); override;
Public procedure LoadFromStream(AStream: TStream); override;
Public procedure SaveToFile(const filenameUTF8: string); override;
Public procedure SaveToStream(AStream: TStream); override;
Protected procedure InternalLoadFromStream(AStream: TStream);
Protected procedure InternalSaveToStream(AStream: TStream);

Properties

Public property SelectedLayerIndex: integer read FSelectedLayerIndex write FSelectedLayerIndex;

Description

Methods

Public constructor Create; overload; override;

This item has no description. Showing description inherited from TGraphic.Create.

Create an empty instance

Public constructor Create(AWidth, AHeight: integer); overload; override;

This item has no description.

Public procedure LoadFromFile(const filenameUTF8: string); override;

This item has no description. Showing description inherited from TGraphic.LoadFromFile.

Load the content from a given file

Public procedure LoadFromStream(AStream: TStream); override;

This item has no description. Showing description inherited from TGraphic.LoadFromStream.

Load the content from a given stream

Public procedure SaveToFile(const filenameUTF8: string); override;

This item has no description. Showing description inherited from TGraphic.SaveToFile.

Saves the content to a file

Public procedure SaveToStream(AStream: TStream); override;

This item has no description. Showing description inherited from TGraphic.SaveToStream.

Saves the content into a given stream

Protected procedure InternalLoadFromStream(AStream: TStream);

This item has no description.

Protected procedure InternalSaveToStream(AStream: TStream);

This item has no description.

Properties

Public property SelectedLayerIndex: integer read FSelectedLayerIndex write FSelectedLayerIndex;

This item has no description.