Class TCEFBrowserBitmap

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCEFBrowserBitmap = class(TBitmap)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected FScanlineSize: integer;
Protected FDeviceScaleFactor: single;
Protected FSyncObj: THandle;

Methods

Protected function GetBufferBits: pointer;
Protected procedure CreateSyncObj;
Protected procedure DestroySyncObj;
Public constructor Create; override;
Public destructor Destroy; override;
Public function BeginBufferDraw: boolean;
Public procedure EndBufferDraw;
Public function UpdateBufferDimensions(aWidth, aHeight : integer) : boolean;
Public function BufferIsResized(aUseMutex : boolean = True) : boolean;
Public procedure BufferDraw(const aBitmap : TBitmap; const aSrcRect, aDstRect : TRect);

Properties

Public property ScanlineSize : integer read FScanlineSize;
Public property BufferBits : pointer read GetBufferBits;
Public property DeviceScaleFactor : single read FDeviceScaleFactor write FDeviceScaleFactor;

Description

Fields

Protected FScanlineSize: integer;

This item has no description.

Protected FDeviceScaleFactor: single;

This item has no description.

Protected FSyncObj: THandle;

This item has no description.

Methods

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 BeginBufferDraw: boolean;

This item has no description.

Public procedure EndBufferDraw;

This item has no description.

Public function UpdateBufferDimensions(aWidth, aHeight : integer) : boolean;

This item has no description.

Public function BufferIsResized(aUseMutex : boolean = True) : boolean;

This item has no description.

Public procedure BufferDraw(const aBitmap : TBitmap; const aSrcRect, aDstRect : TRect);

This item has no description.

Properties

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.


Generated by PasDoc 0.16.0-snapshot.