Show / Hide Table of Contents

Class ResolutionChangedEventArgs

Represents the information after a Resolution Change in the game.

Inheritance
object
ResolutionChangedEventArgs
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: LemonUI
Assembly: LemonUI.SHVDN3.dll
Syntax
public class ResolutionChangedEventArgs

Properties

View Source

After

The Game Resolution after it was changed.

Declaration
public SizeF After { get; }
Property Value
Type Description
SizeF
View Source

Before

The Game Resolution before it was changed.

Declaration
public SizeF Before { get; }
Property Value
Type Description
SizeF
  • View Source
In this article
Back to top Generated by DocFX