[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TSharedCustomBitmap - a reference counted base class for TSharedBitmap, TSharedPixmap, TSharedJPEGImage, TSharedPortableNetworkGraphic and TSharedPortableAnyMapGraphic
Source position: graphics.pp line 1223
type TSharedCustomBitmap = class(TSharedRasterImage) |
||
protected |
||
procedure FreeHandle; override; |
|
|
procedure FreePalette; |
|
|
procedure FreeImage; |
|
|
function ReleasePalette; |
|
|
function GetPixelFormat; |
|
|
function IsEmpty; override; |
||
public |
||
constructor Create; override; |
|
|
destructor Destroy; override; |
|
|
function HandleAllocated; override; |
|
|
function ImageAllocated; |
|
ImageAllocated - returns True if an image has been allocated |
property HandleType: TBitmapHandleType; [rw] |
|
HandleType the type of Bitmap Handle that has been allocated |
property Height: Integer; [r] |
|
The Height of the Bitmap |
property PixelFormat: TPixelFormat; [r] |
||
property Width: Integer; [r] |
|
The Width of the Bitmap |
end; |
|
TSharedCustomBitmap - a reference counted base class for TSharedBitmap, TSharedPixmap, TSharedJPEGImage, TSharedPortableNetworkGraphic and TSharedPortableAnyMapGraphic |
|
| | ||
|
TSharedRasterImage - a reference counted raster image (may be shared between several controls) |
|
| | ||
|
TSharedImage - base class for reference counted images |
|
| | ||
TObject |
lazarus-ccr.sourceforge.net |