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

GetBorderImage() public method

Gets a border image.
public GetBorderImage ( PaletteBorderStyle style, PaletteState state ) : Image
style PaletteBorderStyle Border style.
state PaletteState Palette value should be applicable to this state.
return Image
        public virtual Image GetBorderImage(PaletteBorderStyle style, PaletteState state)
        {
            return _target.GetBorderImage(style, state);
        }
PaletteRedirect