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.

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.

Public procedure LoadFromStream(AStream: TStream); override;

This item has no description.

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

This item has no description.

Public procedure SaveToStream(AStream: TStream); override;

This item has no description.

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.