WindowResizedEvent(int, int) Constructor
Definition¶
Namespace: Brine2D.Events
Raised when the window is resized.
public WindowResizedEvent(int Width, int Height);
Parameters¶
Width System.Int32
Height System.Int32
Namespace: Brine2D.Events
Raised when the window is resized.
public WindowResizedEvent(int Width, int Height);
Width System.Int32
Height System.Int32