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

GetBorderImage() public abstract method

Gets a border image.
public abstract GetBorderImage ( PaletteBorderStyle style, PaletteState state ) : Image
style PaletteBorderStyle Border style.
state PaletteState Palette value should be applicable to this state.
return Image
        public abstract Image GetBorderImage(PaletteBorderStyle style, PaletteState state);
PaletteBase