ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextImage C# (CSharp) Метод

GetContentLongTextImage() публичный Метод

Gets an image for the long text.
public GetContentLongTextImage ( PaletteState state ) : Image
state PaletteState Palette value should be applicable to this state.
Результат Image
        public Image GetContentLongTextImage(PaletteState state)
        {
            return _palette.GetContentLongTextImage(_style, state);
        }