type TCefRect = record
Structure representing a rectangle.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types_geometry.h">CEF source file: /include/internal/cef_types_geometry.h (cef_rect_t))
x: Integer; |
|
y: Integer; |
|
width: Integer; |
|
height: Integer; |
x: Integer; |
|
This item has no description. |
y: Integer; |
|
This item has no description. |
width: Integer; |
|
This item has no description. |
height: Integer; |
|
This item has no description. |