Record TCefCursorInfo

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefCursorInfo = record

Description

Structure representing cursor information. |buffer| will be |size.width|*|size.height|*4 bytes in size and represents a BGRA image with an upper-left origin.

<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_cursor_info_t))

Overview

Fields

Public hotspot: TCefPoint;
Public image_scale_factor: Single;
Public buffer: Pointer;
Public size: TCefSize;

Description

Fields

Public hotspot: TCefPoint;

This item has no description.

Public image_scale_factor: Single;

This item has no description.

Public buffer: Pointer;

This item has no description.

Public size: TCefSize;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.