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

GetBorderImage() public abstract method

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