Class TBGRAIconCursorEntry
Unit
Declaration
type TBGRAIconCursorEntry = class(TMultiFileEntry)
Description
Image entry within an icon or cursor
Hierarchy
- TObject
- TMultiFileEntry
- TBGRAIconCursorEntry
Overview
Fields
FBitDepth: integer; |
|
FContent: TStream; |
|
FExtension: string; |
|
FHeight: integer; |
|
FHotSpot: TPoint; |
|
FWidth: integer; |
Methods
constructor Create(AContainer: TMultiFileContainer; AExtension: string; AInfo: TQuickImageInfo; AContent: TStream); |
|
destructor Destroy; override; |
|
function CopyTo(ADestination: TStream): int64; override; |
|
function GetBitmap: TBGRACustomBitmap; |
|
function GetStream: TStream; override; |
|
class function TryCreate(AContainer: TMultiFileContainer; AContent: TStream): TBGRAIconCursorEntry; static; |
|
function GetExtension: utf8string; override; |
|
function GetFileSize: int64; override; |
|
function GetName: utf8string; override; |
|
procedure SetName(AValue: utf8string); override; |
Properties
property BitDepth: integer read FBitDepth; |
|
property Height: integer read FHeight; |
|
property HotSpot: TPoint read FHotSpot write FHotSpot; |
|
property Width: integer read FWidth; |
Description
Fields
FBitDepth: integer; |
|
This item has no description. |
FContent: TStream; |
|
This item has no description. |
FExtension: string; |
|
This item has no description. |
FHeight: integer; |
|
This item has no description. |
FHotSpot: TPoint; |
|
This item has no description. |
FWidth: integer; |
|
This item has no description. |
Methods
constructor Create(AContainer: TMultiFileContainer; AExtension: string; AInfo: TQuickImageInfo; AContent: TStream); |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
function CopyTo(ADestination: TStream): int64; override; |
|
This item has no description. |
function GetBitmap: TBGRACustomBitmap; |
|
This item has no description. |
function GetStream: TStream; override; |
|
This item has no description. |
class function TryCreate(AContainer: TMultiFileContainer; AContent: TStream): TBGRAIconCursorEntry; static; |
|
This item has no description. |
function GetExtension: utf8string; override; |
|
This item has no description. |
function GetFileSize: int64; override; |
|
This item has no description. |
function GetName: utf8string; override; |
|
This item has no description. |
procedure SetName(AValue: utf8string); override; |
|
This item has no description. |
Properties
property BitDepth: integer read FBitDepth; |
|
This item has no description. |
property Height: integer read FHeight; |
|
This item has no description. |
property HotSpot: TPoint read FHotSpot write FHotSpot; |
|
This item has no description. |
property Width: integer read FWidth; |
|
This item has no description. |