ComponentFactory.Krypton.Toolkit.RenderBase.DrawGridErrorGlyph C# (CSharp) Method

DrawGridErrorGlyph() public abstract method

Draw a grid error glyph.
public abstract DrawGridErrorGlyph ( RenderContext context, Rectangle cellRect, PaletteState state, bool rtl ) : Rectangle
context RenderContext Render context.
cellRect System.Drawing.Rectangle Available drawing rectangle space.
state PaletteState State associated with rendering.
rtl bool Should be drawn from right to left.
return System.Drawing.Rectangle
        public abstract Rectangle DrawGridErrorGlyph(RenderContext context,
                                                     Rectangle cellRect,
                                                     PaletteState state,
                                                     bool rtl);