ComponentFactory.Krypton.Toolkit.RenderStandard.ShouldDrawImage C# (CSharp) Method

ShouldDrawImage() private static method

private static ShouldDrawImage ( Image image ) : bool
image Image
return bool
        private static bool ShouldDrawImage(Image image)
        {
            return (image != null);
        }
RenderStandard