Class TBGRAReaderIcoOrCur

Unit

Declaration

type TBGRAReaderIcoOrCur = class(TFPCustomImageReader)

Description

Image reader for ICO and CUR format

Hierarchy

Overview

Fields

Public WantedHeight: integer;
Public WantedWidth: integer;

Methods

Protected function ExpectedMagic: TByteSet; virtual; abstract;
Protected function InternalCheck(Str: TStream): boolean; override;
Protected function LazClass: TCustomIconClass; virtual; abstract;
Protected procedure InternalRead(Str: TStream; Img: TFPCustomImage); override;

Description

Fields

Public WantedHeight: integer;

This item has no description.

Public WantedWidth: integer;

This item has no description.

Methods

Protected function ExpectedMagic: TByteSet; virtual; abstract;

This item has no description.

Protected function InternalCheck(Str: TStream): boolean; override;

This item has no description.

Protected function LazClass: TCustomIconClass; virtual; abstract;

This item has no description.

Protected procedure InternalRead(Str: TStream; Img: TFPCustomImage); override;

This item has no description.