type TCefDraggableRegion = record
Structure representing a draggable region.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">CEF source file: /include/internal/cef_types.h (cef_draggable_region_t))
bounds: TCefRect; |
|
draggable: Integer; |
bounds: TCefRect; |
|
Bounds of the region. |
draggable: Integer; |
|
True (1) this this region is draggable and false (0) otherwise. |