Click or drag to resize

IRenderGlyphDrawDragDropSolidGlyph 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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
void DrawDragDropSolidGlyph(
	RenderContext context,
	Rectangle drawRect,
	IPaletteDragDrop dragDropPalette
)

Parameters

context
Type: Internal.ComponentFactory.Krypton.ToolkitRenderContext
Render context.
drawRect
Type: System.DrawingRectangle
Drawing rectangle space.
dragDropPalette
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteDragDrop
Palette source of drawing values.
See Also