[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] Reference for unit 'GfxBase' (#fpgfx)

TFCustomBitmap

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: gfxbase.pas line 383

type TFCustomBitmap = class(TObject)

protected

  FHandle: Cardinal;

  

  FStride: LongWord;

  

  FData: Pointer;

  

public

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

  procedure Lock(); virtual; abstract;

  

  procedure Unlock; virtual; abstract;

  

  procedure SetPixelsFromData();

  

  property Width: Integer; [r]

  

  property Height: Integer; [r]

  

  property PixelFormat: TGfxPixelFormat; [r]

  

  property Palette: TGfxPalette; [rw]

  

  property Handle: Cardinal; [r]

  

  property Data: Pointer; [r]

  

  property Stride: LongWord; [r]

  

end;

Inheritance

TFCustomBitmap

  

|

TObject

Description

Errors