Click or drag to resize

RenderStandardDrawDragDropSolidGlyph Method

Draw a solid area glyph suitable for a drag drop area.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public override void DrawDragDropSolidGlyph(
	RenderContext context,
	Rectangle drawRect,
	IPaletteDragDrop dragDropPalette
)

Parameters

context  RenderContext
Render context.
drawRect  Rectangle
Drawing rectangle space.
dragDropPalette  IPaletteDragDrop
Palette source of drawing values.

Implements

IRenderGlyphDrawDragDropSolidGlyph(RenderContext, Rectangle, IPaletteDragDrop)
See Also