type TCEFBrowserBitmap = class(TBitmap)
This item has no description.
| Protected | FScanlineSize: integer; |
| Protected | FDeviceScaleFactor: single; |
| Protected | FSyncObj: THandle; |
| Protected | function GetBufferBits: pointer; |
| Protected | procedure CreateSyncObj; |
| Protected | procedure DestroySyncObj; |
| Public | constructor Create; override; |
| Public | destructor Destroy; override; |
| Public | function BeginDraw: boolean; |
| Public | procedure EndDraw; |
| Public | function UpdateDimensions(aWidth, aHeight : integer) : boolean; |
| Public | procedure BufferDraw(const aBitmap : TBitmap; const aSrcRect, aDstRect : TRect); |
| Public | property ScanlineSize : integer read FScanlineSize; |
| Public | property BufferBits : pointer read GetBufferBits; |
| Public | property DeviceScaleFactor : single read FDeviceScaleFactor write FDeviceScaleFactor; |
| Protected | FScanlineSize: integer; |
|
This item has no description. | |
| Protected | FDeviceScaleFactor: single; |
|
This item has no description. | |
| Protected | FSyncObj: THandle; |
|
This item has no description. | |
| Protected | function GetBufferBits: pointer; |
|
This item has no description. | |
| Protected | procedure CreateSyncObj; |
|
This item has no description. | |
| Protected | procedure DestroySyncObj; |
|
This item has no description. | |
| Public | constructor Create; override; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
| Public | function BeginDraw: boolean; |
|
This item has no description. | |
| Public | procedure EndDraw; |
|
This item has no description. | |
| Public | function UpdateDimensions(aWidth, aHeight : integer) : boolean; |
|
This item has no description. | |
| Public | procedure BufferDraw(const aBitmap : TBitmap; const aSrcRect, aDstRect : TRect); |
|
This item has no description. | |
| Public | property ScanlineSize : integer read FScanlineSize; |
|
This item has no description. | |
| Public | property BufferBits : pointer read GetBufferBits; |
|
This item has no description. | |
| Public | property DeviceScaleFactor : single read FDeviceScaleFactor write FDeviceScaleFactor; |
|
This item has no description. | |