Class TBGRAPhoxoDocument
Unit
Declaration
type TBGRAPhoxoDocument = class(TBGRALayeredBitmap)
Description
Layered image in Phoxo format
Hierarchy
- TBGRACustomLayeredBitmap
- TBGRALayeredBitmap
- TBGRAPhoxoDocument
Overview
Methods
constructor Create; overload; override; |
|
constructor Create(AWidth, AHeight: integer); overload; override; |
|
class function CheckFormat(Stream: TStream; ARestorePosition: boolean): boolean; static; |
|
class function ReadBlock(Stream: TStream; out AHeader: TPhoxoBlockHeader; out ABlockData: PByte): boolean; static; |
|
function GetMimeType: string; override; |
|
procedure LoadFromFile(const filenameUTF8: string); override; |
|
procedure LoadFromStream(AStream: TStream); override; |
|
procedure SaveToFile(const filenameUTF8: string); override; |
|
procedure SaveToStream(AStream: TStream); override; |
|
procedure AddLayerFromPhoxoData(const ABlockHeader: TPhoxoBlockHeader; ABlockData: PByte); |
|
procedure InternalLoadFromStream(AStream: TStream); |
|
procedure InternalSaveToStream(AStream: TStream); |
Properties
property DPIX: integer read FDPIX; |
|
property DPIY: integer read FDPIY; |
Description
Methods
constructor Create; overload; override; |
|
This item has no description. |
constructor Create(AWidth, AHeight: integer); overload; override; |
|
This item has no description. |
class function CheckFormat(Stream: TStream; ARestorePosition: boolean): boolean; static; |
|
This item has no description. |
class function ReadBlock(Stream: TStream; out AHeader: TPhoxoBlockHeader; out ABlockData: PByte): boolean; static; |
|
This item has no description. |
function GetMimeType: string; override; |
|
This item has no description. |
procedure LoadFromFile(const filenameUTF8: string); override; |
|
This item has no description. |
procedure LoadFromStream(AStream: TStream); override; |
|
This item has no description. |
procedure SaveToFile(const filenameUTF8: string); override; |
|
This item has no description. |
procedure SaveToStream(AStream: TStream); override; |
|
This item has no description. |
procedure AddLayerFromPhoxoData(const ABlockHeader: TPhoxoBlockHeader; ABlockData: PByte); |
|
This item has no description. |
procedure InternalLoadFromStream(AStream: TStream); |
|
This item has no description. |
procedure InternalSaveToStream(AStream: TStream); |
|
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. |