toggle menu
KCEF
jvm
switch theme
search in API
jcef
/
org.cef.browser
/
CefPaintEvent
Cef
Paint
Event
open
class
CefPaintEvent
Members
Constructors
Cef
Paint
Event
Link copied to clipboard
constructor
(
browser
:
CefBrowser
,
popup
:
Boolean
,
dirtyRects
:
Array
<
Rectangle
>
,
renderedFrame
:
ByteBuffer
,
width
:
Int
,
height
:
Int
)
Properties
browser
Link copied to clipboard
val
browser
:
CefBrowser
dirty
Rects
Link copied to clipboard
val
dirtyRects
:
Array
<
Rectangle
>
height
Link copied to clipboard
val
height
:
Int
popup
Link copied to clipboard
val
popup
:
Boolean
rendered
Frame
Link copied to clipboard
val
renderedFrame
:
ByteBuffer
width
Link copied to clipboard
val
width
:
Int