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

DrawDragDropSolidGlyph() public abstract method

Draw a solid area glyph suitable for a drag drop area.
public abstract DrawDragDropSolidGlyph ( RenderContext context, Rectangle drawRect, IPaletteDragDrop dragDropPalette ) : void
context RenderContext Render context.
drawRect System.Drawing.Rectangle Drawing rectangle space.
dragDropPalette IPaletteDragDrop Palette source of drawing values.
return void
        public abstract void DrawDragDropSolidGlyph(RenderContext context,
                                                    Rectangle drawRect,
                                                    IPaletteDragDrop dragDropPalette);