Class TBGRAPhoxoDocument
Unit
Declaration
type TBGRAPhoxoDocument = class(TBGRALayeredBitmap)
Description
Layered image in Phoxo format
Hierarchy
- TGraphic
- 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. Showing description inherited from TGraphic.Create.
| |
![]() |
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. Showing description inherited from TGraphic.GetMimeType. Get mimetype of current graphic class | |
![]() |
procedure LoadFromFile(const filenameUTF8: string); override; |
|
This item has no description. Showing description inherited from TGraphic.LoadFromFile. Load the content from a given file | |
![]() |
procedure LoadFromStream(AStream: TStream); override; |
|
This item has no description. Showing description inherited from TGraphic.LoadFromStream. Load the content from a given stream | |
![]() |
procedure SaveToFile(const filenameUTF8: string); override; |
|
This item has no description. Showing description inherited from TGraphic.SaveToFile. Saves the content to a file | |
![]() |
procedure SaveToStream(AStream: TStream); override; |
|
This item has no description. Showing description inherited from TGraphic.SaveToStream. Saves the content into a given stream | |
![]() |
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. | |

