Unit 'uCEFBrowserBitmap' Package
[Overview][Classes][Index] [#pl_cef4typhon]

TCEFBrowserBitmap

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

Declaration

Source position: uCEFBrowserBitmap.pas line 21

type TCEFBrowserBitmap = class(TBitmap)

protected

  FScanlineSize: Integer;

  

  FDeviceScaleFactor: single;

  

  FSyncObj: TCriticalSection;

  

  function GetBufferBits;

  

  procedure CreateSyncObj;

  

  procedure DestroySyncObj;

  

public

  constructor Create; override;

  

  destructor Destroy; override;

  

  function BeginBufferDraw;

  

  procedure EndBufferDraw;

  

  function UpdateBufferDimensions();

  

  function BufferIsResized();

  

  procedure BufferDraw();

  

  property ScanlineSize: Integer; [r]

  

  property BufferBits: pointer; [r]

  

  property DeviceScaleFactor: single; [rw]

  

end;

Inheritance

TCEFBrowserBitmap

  

|

TObject



CT Web help

CodeTyphon Studio