Interface IRecalculable
Interface for classes that have values that need to be recalculated on resolution changes.
Namespace: LemonUI
Assembly: LemonUI.SHVDN3.dll
Syntax
public interface IRecalculable
Methods
View SourceRecalculate()
Recalculates the values.
Declaration
void Recalculate()