ComponentFactory.Krypton.Toolkit.ViewDrawEmptyContent.GetImage C# (CSharp) 메소드

GetImage() 공개 메소드

Gets the content image.
public GetImage ( PaletteState state ) : Image
state PaletteState The state for which the image is needed.
리턴 Image
        public Image GetImage(PaletteState state)
        {
            return null;
        }