ComponentFactory.Krypton.Toolkit.PaletteContentImage.PaletteContentImage C# (CSharp) Method

PaletteContentImage() public method

Initialize a new instance of the PaletteContentImage class.
public PaletteContentImage ( NeedPaintHandler needPaint ) : System
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System
        public PaletteContentImage(NeedPaintHandler needPaint)
        {
            // Store the provided paint notification delegate
            NeedPaint = needPaint;
        }