Class SizeEventArgs
Event args for a size value.
Namespace: Evergine.Common.Helpers
Assembly: Evergine.Common.dll
Syntax
public sealed class SizeEventArgs : EventArgs
Constructors
SizeEventArgs(uint, uint)
Initializes a new instance of the SizeEventArgs class.
Declaration
public SizeEventArgs(uint width, uint height)
Parameters
Type | Name | Description |
---|---|---|
uint | width | The width. |
uint | height | The heigth. |
Properties
Height
Gets the height.
Declaration
public uint Height { get; }
Property Value
Type | Description |
---|---|
uint |
Width
Gets the width.
Declaration
public uint Width { get; }
Property Value
Type | Description |
---|---|
uint |