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

GetMetricInt() public method

Gets an integer metric value.
public GetMetricInt ( PaletteState state, PaletteMetricInt metric ) : int
state PaletteState Palette value should be applicable to this state.
metric PaletteMetricInt Requested metric.
return int
        public virtual int GetMetricInt(PaletteState state, PaletteMetricInt metric)
        {
            return _target.GetMetricInt(state, metric);
        }
PaletteRedirect