awebview ~master (2016-01-01T12:36:59Z)
Dub
Repo
Awesomium.Rect
awebview
wrapper
cpp
platform
Awesomium
Undocumented in source.
mixintemplate
Awesomium
()
struct
Rect {
int
x
;
int
y
;
int
width
;
int
height
;
bool
isEmpty
();
}
Members
Functions
isEmpty
bool
isEmpty
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
height
int
height
;
Undocumented in source.
width
int
width
;
Undocumented in source.
x
int
x
;
Undocumented in source.
y
int
y
;
Undocumented in source.
Meta
Source
See Implementation
awebview
wrapper
cpp
platform
Awesomium
aliases
NativeWindow
ProcessHandle
enums
Error
structs
NSEvent
NSView
Rect