Table of Contents

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

width int

The simulation's new width.

height int

The simulation's new height.

Properties

Height

The simulation's new height.

public int Height { get; }

Property Value

int

Width

The simulation's new width.

public int Width { get; }

Property Value

int