Class ScreenResizeEventArgs
Inheritance
System.Object
ScreenResizeEventArgs
Namespace: Aximo
Assembly: Aximo.Render.dll
Syntax
public class ScreenResizeEventArgs
Properties
| Improve this Doc View SourceOldSize
Declaration
public Vector2i OldSize { get; }
Property Value
Type | Description |
---|---|
OpenToolkit.Mathematics.Vector2i |
Size
Declaration
public Vector2i Size { get; }
Property Value
Type | Description |
---|---|
OpenToolkit.Mathematics.Vector2i |