Record TCefDisplay

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefDisplay = record

Description

This structure typically, but not always, corresponds to a physical display connected to the system. A fake Display may exist on a headless system, or a Display may correspond to a remote, virtual display. All size and position values are in density independent pixel (DIP) coordinates unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated.

Implemented by ICefDisplay.

<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/views/cef_display_capi.h">CEF source file: /include/capi/views/cef_display_capi.h (cef_display_t))

Overview

Fields

Public base: TCefBaseRefCounted;
Public get_id: function(self: PCefDisplay): int64; stdcall;
Public get_device_scale_factor: function(self: PCefDisplay): Single; stdcall;
Public convert_point_to_pixels: procedure(self: PCefDisplay; point: PCefPoint); stdcall;
Public convert_point_from_pixels: procedure(self: PCefDisplay; point: PCefPoint); stdcall;
Public get_bounds: function(self: PCefDisplay): TCefRect; stdcall;
Public get_work_area: function(self: PCefDisplay): TCefRect; stdcall;
Public get_rotation: function(self: PCefDisplay): Integer; stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public get_id: function(self: PCefDisplay): int64; stdcall;

This item has no description.

Public get_device_scale_factor: function(self: PCefDisplay): Single; stdcall;

This item has no description.

Public convert_point_to_pixels: procedure(self: PCefDisplay; point: PCefPoint); stdcall;

This item has no description.

Public convert_point_from_pixels: procedure(self: PCefDisplay; point: PCefPoint); stdcall;

This item has no description.

Public get_bounds: function(self: PCefDisplay): TCefRect; stdcall;

This item has no description.

Public get_work_area: function(self: PCefDisplay): TCefRect; stdcall;

This item has no description.

Public get_rotation: function(self: PCefDisplay): Integer; stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.