Class TBGRAReaderIcoOrCur
Unit
Declaration
type TBGRAReaderIcoOrCur = class(TFPCustomImageReader)
Description
Image reader for ICO and CUR format
Hierarchy
- TFPCustomImageReader
- TBGRAReaderIcoOrCur
Overview
Fields
WantedHeight: integer; |
|
WantedWidth: integer; |
Methods
function ExpectedMagic: TByteSet; virtual; abstract; |
|
function InternalCheck(Str: TStream): boolean; override; |
|
function LazClass: TCustomIconClass; virtual; abstract; |
|
procedure InternalRead(Str: TStream; Img: TFPCustomImage); override; |
Description
Fields
WantedHeight: integer; |
|
This item has no description. |
WantedWidth: integer; |
|
This item has no description. |
Methods
function ExpectedMagic: TByteSet; virtual; abstract; |
|
This item has no description. |
function InternalCheck(Str: TStream): boolean; override; |
|
This item has no description. |
function LazClass: TCustomIconClass; virtual; abstract; |
|
This item has no description. |
procedure InternalRead(Str: TStream; Img: TFPCustomImage); override; |
|
This item has no description. |