pp v0.0.52 (2019-04-12T13:41:01Z)
Dub
Repo
BoundsEventArgs
polyplex
core
window
Undocumented in source.
class
BoundsEventArgs : EventArgs {
int
X
;
int
Y
;
int
Width
;
int
Height
;
}
Members
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
polyplex
core
window
classes
BoundsEventArgs
Window
WindowBounds
structs
GraphicsContext