type TCEFBrowserBitmap = class(TBitmap)
This item has no description.
![]() |
FScanlineSize: integer; |
![]() |
FDeviceScaleFactor: single; |
![]() |
FSyncObj: THandle; |
![]() |
function GetBufferBits: pointer; |
![]() |
procedure CreateSyncObj; |
![]() |
procedure DestroySyncObj; |
![]() |
constructor Create; override; |
![]() |
destructor Destroy; override; |
![]() |
function BeginBufferDraw: boolean; |
![]() |
procedure EndBufferDraw; |
![]() |
function UpdateBufferDimensions(aWidth, aHeight : integer) : boolean; |
![]() |
function BufferIsResized(aUseMutex : boolean = True) : boolean; |
![]() |
procedure BufferDraw(const aBitmap : TBitmap; const aSrcRect, aDstRect : TRect); |
![]() |
property ScanlineSize : integer read FScanlineSize; |
![]() |
property BufferBits : pointer read GetBufferBits; |
![]() |
property DeviceScaleFactor : single read FDeviceScaleFactor write FDeviceScaleFactor; |
![]() |
FScanlineSize: integer; |
This item has no description. |
![]() |
FDeviceScaleFactor: single; |
This item has no description. |
![]() |
FSyncObj: THandle; |
This item has no description. |
![]() |
function GetBufferBits: pointer; |
This item has no description. |
![]() |
procedure CreateSyncObj; |
This item has no description. |
![]() |
procedure DestroySyncObj; |
This item has no description. |
![]() |
constructor Create; override; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
![]() |
function BeginBufferDraw: boolean; |
This item has no description. |
![]() |
procedure EndBufferDraw; |
This item has no description. |
![]() |
function UpdateBufferDimensions(aWidth, aHeight : integer) : boolean; |
This item has no description. |
![]() |
function BufferIsResized(aUseMutex : boolean = True) : boolean; |
This item has no description. |
![]() |
procedure BufferDraw(const aBitmap : TBitmap; const aSrcRect, aDstRect : TRect); |
This item has no description. |
![]() |
property ScanlineSize : integer read FScanlineSize; |
This item has no description. |
![]() |
property BufferBits : pointer read GetBufferBits; |
This item has no description. |
![]() |
property DeviceScaleFactor : single read FDeviceScaleFactor write FDeviceScaleFactor; |
This item has no description. |