ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextImage C# (CSharp) Méthode

GetContentLongTextImage() public méthode

Gets an image for the long text.
public GetContentLongTextImage ( PaletteState state ) : Image
state PaletteState Palette value should be applicable to this state.
Résultat Image
        public Image GetContentLongTextImage(PaletteState state)
        {
            return _palette.GetContentLongTextImage(_style, state);
        }