Class ResolutionChangedEventArgs
Represents the information after a Resolution Change in the game.
Inherited Members
Namespace: LemonUI
Assembly: LemonUI.SHVDN3.dll
Syntax
public class ResolutionChangedEventArgs
Properties
View SourceAfter
The Game Resolution after it was changed.
Declaration
public SizeF After { get; }
Property Value
Type | Description |
---|---|
SizeF |
Before
The Game Resolution before it was changed.
Declaration
public SizeF Before { get; }
Property Value
Type | Description |
---|---|
SizeF |