ComponentFactory.Krypton.Toolkit.PaletteBase.GetMetricInt C# (CSharp) Method

GetMetricInt() public abstract method

Gets an integer metric value.
public abstract GetMetricInt ( PaletteState state, PaletteMetricInt metric ) : int
state PaletteState Palette value should be applicable to this state.
metric PaletteMetricInt Requested metric.
return int
        public abstract int GetMetricInt(PaletteState state, PaletteMetricInt metric);
PaletteBase