pp ~master (2022-03-17T16:54:59.4839102)
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