Window.this
- this(string title, uint flags)
class Window
this
(,uint flags = WindowFlags.Default ) - this(int width, int height, string title, uint flags)
- this(int x, int y, int width, int height, string title, uint flags)
d2d window window Window
constructorsdestructorsfunctionspropertiesstatic variables
Creates a new centered window with specified title and flags on a 800x480 resolution.