Class TBGRAReaderOXO
Unit
Declaration
type TBGRAReaderOXO = class(TFPCustomImageReader)
Description
Reader for Phoxo image (flattened)
Hierarchy
- TFPCustomImageReader
- TBGRAReaderOXO
Overview
Methods
function InternalCheck(Stream: TStream): boolean; override; |
|
procedure InternalRead(Stream: TStream; Img: TFPCustomImage); override; |
Properties
property DPIX: integer read FDPIX; |
|
property DPIY: integer read FDPIY; |
|
property Height: integer read FHeight; |
|
property NbLayers: integer read FNbLayers; |
|
property Width: integer read FWidth; |
Description
Methods
function InternalCheck(Stream: TStream): boolean; override; |
|
This item has no description. |
procedure InternalRead(Stream: TStream; Img: TFPCustomImage); override; |
|
This item has no description. |
Properties
property DPIX: integer read FDPIX; |
|
This item has no description. |
property DPIY: integer read FDPIY; |
|
This item has no description. |
property Height: integer read FHeight; |
|
This item has no description. |
property NbLayers: integer read FNbLayers; |
|
This item has no description. |
property Width: integer read FWidth; |
|
This item has no description. |