Class ResizeMessage
- Namespace
- SimulationFramework.Messaging
- Assembly
- SimulationFramework.dll
Sent when the simulation's window is resized.
public sealed class ResizeMessage : Message
- Inheritance
-
ResizeMessage
- Inherited Members
Constructors
ResizeMessage(int, int)
Creates a new instance of the ResizeMessage class.
public ResizeMessage(int width, int height)
Parameters
Properties
Height
The simulation's new height.
public int Height { get; }
Property Value
Width
The simulation's new width.
public int Width { get; }