Click or drag to resize

TreeViewAdvDrawIconAdditionDelegate Delegate


Namespace: Internal.Aga.Controls.Tree
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public delegate void DrawIconAdditionDelegate(
	TreeViewAdv treeView,
	TreeNodeAdv node,
	DrawContext context,
	Image image,
	Rectangle r,
	float factor
)

Parameters

treeView  TreeViewAdv
 
node  TreeNodeAdv
 
context  DrawContext
 
image  Image
 
r  Rectangle
 
factor  Single
 
See Also